Changeset 366 for main/linuxmuster-linbo/trunk/examples/start.conf.win98se
- Timestamp:
- 11/26/08 21:40:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/examples/start.conf.win98se
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 98SE 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 = 2097152 # Partitionsgroesse in kB (Bsp.: 2G) 19 19 Id = c # 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 = 14680064 # Partitionsgroesse in kB (Bsp.: 14G) 26 26 Id = c # 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. 4GB) 33 33 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 42 42 Image = # erst eintragen, wenn es erzeugt werden soll 43 43 BaseImage = win98se.cloop # Dateiname des Basisimages (Erweiterung .cloop) 44 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt45 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist44 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 45 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 46 46 # bei Windows ist Boot und Root immer dieselbe Partition 47 47 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 48 48 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 49 49 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 50 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/io.sys; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda50 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/io.sys; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 52 52 StartEnabled = no # "Start"-Button deaktiviert 53 53 SyncEnabled = yes # "Sync+Start"-Button anzeigen
Note: See TracChangeset
for help on using the changeset viewer.
