Changeset 366 for main/linuxmuster-linbo/trunk/examples/start.conf.kubuntu
- Timestamp:
- 11/26/08 21:40:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/examples/start.conf.kubuntu
r329 r366 7 7 8 8 [LINBO] # Start der globalen Konfiguration 9 Cache = /dev/ hda2 # lokale Cache Partition9 Cache = /dev/sda2 # lokale Cache Partition 10 10 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 11 11 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 16 16 17 17 [Partition] # Start einer Partitionsdefinition fuer ein Betriebssystem (Kubuntu) 18 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)18 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 19 19 Size = 6291456 # Partitionsgroesse in kB (Bsp.: 6G) 20 20 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 23 23 24 24 [Partition] # Start einer Partitionsdefinition, Cachepartition 25 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)25 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 26 26 Size = 10485760 # Partitionsgroesse 8388608 kB (Bsp.: 10G) 27 27 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 30 30 31 31 [Partition] # Definition der Swap-Partition 32 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte)32 Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 33 33 Size = 524288 # Partitionsgroesse in kB (Bsp.: 512M) 34 34 Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 37 37 38 38 [Partition] # Start einer Partitionsdefinition, Datenpartition 39 Dev = /dev/ hda4 # Device-Name der Partition (hda4 = vierte Partition auf erster IDE-Platte)39 Dev = /dev/sda4 # Device-Name der Partition (sda4 = vierte Partition auf erster IDE-Platte) 40 40 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 25G) 41 41 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 50 50 Image = # erst eintragen, wenn es erzeugt werden soll 51 51 BaseImage = hardy.cloop # Dateiname des Basisimages (Erweiterung .cloop) 52 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt53 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist52 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 53 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 54 54 Kernel = vmlinuz # Relativer Pfad zum Kernel 55 55 Initrd = initrd.img # Relativer Pfad zur Initrd
Note: See TracChangeset
for help on using the changeset viewer.
