81 lines
2.9 KiB
Text
81 lines
2.9 KiB
Text
[LINBO] # globale Konfiguration
|
|
KernelOptions =
|
|
ConsoleFontColorStderr = red
|
|
ConsoleFontColorStdout = white
|
|
BackgroundFontColor = white
|
|
Cache = /dev/sda4 # Gerätenamen der lokalen Cachpartition
|
|
Server = 10.16.1.1 # IP des Servers
|
|
SystemType = bios
|
|
Group = cpqmini
|
|
RootTimeout = 600 # automatischer Rootlogout nach 600 Sek.
|
|
Autopartition = no # keine automatische Partitionsreparatur beim LINBO-Start
|
|
AutoFormat = no # kein automatisches Formatieren aller Partitionen beim LINBO-Start
|
|
AutoInitCache = no # kein automatisches Befüllen des Caches beim LINBO-Start
|
|
DownloadType = torrent # Image-Download per torrent|rsync|multicast
|
|
|
|
[Partition] # Start einer Partitionsdefinition, openSUSE
|
|
Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte)
|
|
Size = 15360000 # Partitionsgroesse in kB (Bsp.: 5G)
|
|
Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...)
|
|
FSType = ext4 # Dateisystem auf der Partition
|
|
Bootable = no # Bootable-Flag
|
|
|
|
[Partition] # Start einer Partitionsdefinition, Swappartition
|
|
Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte)
|
|
Size = 1996800 # Partitionsgroesse in kB (Bsp.: 10G)
|
|
Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...)
|
|
FSType = swap # Dateisystem auf der Partition
|
|
Bootable = no # Bootable-Flag
|
|
|
|
[Partition] # Partition fuer den Boot-Booster
|
|
Dev = /dev/sda3 #
|
|
Size = 8192 #
|
|
Id = ef #
|
|
FSType = vfat # EFI (FAT-12/16/32)
|
|
Bootable = no
|
|
|
|
[Partition] # Start einer Partitionsdefinition, Cachepartition
|
|
Dev = /dev/sda4 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte)
|
|
Size = # Partitionsgroesse 8388608 kB (Bsp.: 10G)
|
|
Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...)
|
|
FSType = ext4 # Dateisystem reiserfs (empf. für Cache)
|
|
Bootable = yes # Bootable-Flag
|
|
|
|
[OS]
|
|
AutostartTimeout = 5
|
|
DefaultAction = start
|
|
IconName = opensuse.svg
|
|
Name = Gymhim Linux
|
|
Version = 13.2
|
|
Description = openSUSE Linux am Gymnasium Himmelsthuer
|
|
Image =
|
|
BaseImage = opensuse-cpqmini.cloop
|
|
Boot = /dev/sda1
|
|
Root = /dev/sda1
|
|
Kernel = /boot/vmlinuz
|
|
Initrd = /boot/initrd
|
|
Append = resume=/dev/sda2 splash=silent quiet showopts
|
|
StartEnabled = yes
|
|
SyncEnabled = yes
|
|
NewEnabled = yes
|
|
Hidden = yes
|
|
Autostart = no
|
|
|
|
[OS]
|
|
DefaultAction = start
|
|
IconName = opensuse.svg
|
|
Name = Klassenarbeit
|
|
Version = 13.2
|
|
Description = Klassenarbeitsmodus
|
|
Image =
|
|
BaseImage = opensuse-cpqmini.cloop
|
|
Boot = /dev/sda1
|
|
Root = /dev/sda1
|
|
Kernel = /boot/vmlinuz
|
|
Initrd = /boot/initrd
|
|
Append = noresume splash=silent quiet showopts klassenarbeit=1
|
|
StartEnabled = no
|
|
SyncEnabled = yes
|
|
NewEnabled = yes
|
|
Hidden = yes
|
|
Autostart = no
|