- Timestamp:
- 11/26/08 21:40:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/examples/start.conf.winxp_ntfs
r329 r366 6 6 7 7 [LINBO] # globale Konfiguration 8 Cache = /dev/ hda3 # lokale Cache Partition8 Cache = /dev/sda3 # lokale Cache Partition 9 9 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 10 10 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 15 15 16 16 [Partition] # Start einer Partitionsdefinition, Windows XP 17 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)17 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 18 18 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 19 19 Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 22 22 23 23 [Partition] # Start einer Partitionsdefinition, Datenpartition 24 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)24 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 25 25 Size = 10485760 # Partitionsgroesse in kB (Bsp.: 10G) 26 26 Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 29 29 30 30 [Partition] # Definition der Cache-Partition 31 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte)31 Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 32 32 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 5GB) 33 33 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 41 41 Image = # kein differentielles Image von NTFS-Partitionen 42 42 BaseImage = winxp-ntfs.cloop # Dateiname des Basisimages (Erweiterung .cloop) 43 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt44 Root = /dev/ hda1 # Rootpartition, in die das BS installier ist43 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 44 Root = /dev/sda1 # Rootpartition, in die das BS installier ist 45 45 # bei Windows ist Boot und Root immer dieselbe Partition 46 46 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 47 47 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 48 48 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 49 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen50 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda49 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 50 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 51 51 StartEnabled = yes # "Start"-Button anzeigen 52 52 SyncEnabled = yes # "Sync+Start"-Button anzeigen
Note: See TracChangeset
for help on using the changeset viewer.
