- 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_kubuntu
r329 r366 9 9 10 10 [LINBO] # globale Konfiguration 11 Cache = /dev/ hda6 # lokale Cache Partition11 Cache = /dev/sda6 # lokale Cache Partition 12 12 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 13 13 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 18 18 19 19 [Partition] # Start einer Partitionsdefinition, Windows XP mit FAT32 20 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = 1. Partition auf erster IDE-Platte)20 Dev = /dev/sda1 # Device-Name der Partition (sda1 = 1. Partition auf erster IDE-Platte) 21 21 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 22 22 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 25 25 26 26 [Partition] # Start einer Partitionsdefinition, Kubuntu 27 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = 2. Partition auf erster IDE-Platte)27 Dev = /dev/sda2 # Device-Name der Partition (sda2 = 2. Partition auf erster IDE-Platte) 28 28 Size = 6291456 # Partitionsgroesse in kB (Bsp.: 6G) 29 29 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 32 32 33 33 [Partition] # Definition der Swappartition 34 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = 3. Partition auf erster IDE-Platte)34 Dev = /dev/sda3 # Device-Name der Partition (sda3 = 3. Partition auf erster IDE-Platte) 35 35 Size = 1048576 # Partitionsgroesse in kB (Bsp.: 1G) 36 36 Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 38 38 39 39 [Partition] # Erweiterte Partition 40 Dev = /dev/ hda4 # Device-Name der Partition (hda4 = 4. Partition auf erster IDE-Platte)40 Dev = /dev/sda4 # Device-Name der Partition (sda4 = 4. Partition auf erster IDE-Platte) 41 41 Size = # Partitionsgroesse in kB (leer bei erweiterter Partition) 42 42 Id = 5 # Partitionstyp (5 = erweiterte Partition) … … 45 45 46 46 [Partition] # Start einer Partitionsdefinition, Datenpartition mit FAT32 47 Dev = /dev/ hda5 # Device-Name der Partition (hda5 = 5. Partition auf erster IDE-Platte)47 Dev = /dev/sda5 # Device-Name der Partition (sda5 = 5. Partition auf erster IDE-Platte) 48 48 Size = 31457280 # Partitionsgroesse in kB (Bsp.: 30G) 49 49 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 52 52 53 53 [Partition] # Definition der Cache-Partition 54 Dev = /dev/ hda6 # Device-Name der Partition (hda6 = 6. Partition auf erster IDE-Platte)54 Dev = /dev/sda6 # Device-Name der Partition (sda6 = 6. Partition auf erster IDE-Platte) 55 55 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 18G) 56 56 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 65 65 Image = # erst eintragen, wenn es erzeugt werden soll 66 66 BaseImage = winxp.cloop # Dateiname des Basisimages (Erweiterung .cloop) 67 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt68 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist67 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 68 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 69 69 # bei Windows ist Boot und Root immer dieselbe Partition 70 70 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 71 71 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 72 72 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 73 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen74 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda73 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 74 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 75 75 StartEnabled = yes # "Start"-Button anzeigen 76 76 SyncEnabled = yes # "Sync+Start"-Button anzeigen … … 86 86 Image = # erst eintragen, wenn es erzeugt werden soll 87 87 BaseImage = hardy.cloop # Dateiname des Basisimages (Erweiterung .cloop) 88 Boot = /dev/ hda2 # Partition, die Kernel & Initrd enthaelt89 Root = /dev/ hda2 # Rootpartition, in die das BS installiert ist88 Boot = /dev/sda2 # Partition, die Kernel & Initrd enthaelt 89 Root = /dev/sda2 # Rootpartition, in die das BS installiert ist 90 90 Kernel = vmlinuz # Relativer Pfad zum Kernel 91 91 Initrd = initrd.img # Relativer Pfad zur Initrd
Note: See TracChangeset
for help on using the changeset viewer.
