# LINBO start.conf Beispiel mit Uubuntu # Ubuntu auf Partition 1 # Swap auf Partition 2 # Cache auf Partition 3 # Festplatte 60G (SSD) [LINBO] # globale Konfiguration Cache = /dev/sda3 # lokale Cache Partition Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt Group = trust1404 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 = rsync # Image-Download per torrent|multicast|rsync, default ist rsync BackgroundFontColor = white ConsoleFontColorStdout = white ConsoleFontColorStderr = orange KernelOptions = splash autostart=0 [Partition] # Start einer Partitionsdefinition, Kubuntu Dev = /dev/sda1 # Device-Name der Partition (sda2 = 2. Partition auf erster IDE-Platte) Size = 19998720 # Partitionsgroesse in kB (Bsp.: 6G) Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) FSType = ext4 # Dateisystem auf der Partition (ext3) Bootable = no # Bootable-Flag [Partition] # Definition der Swappartition Dev = /dev/sda2 # Device-Name der Partition (sda3 = 3. Partition auf erster IDE-Platte) Size = 2529280 # Partitionsgroesse in kB (Bsp.: 1G) Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) FSType = swap # Dateisystem auf der Partition (swap) Bootable = no # Bootable-Flag [Partition] # Definition der Cache-Partition Dev = /dev/sda3 # Device-Name der Partition (sda6 = 6. Partition auf erster IDE-Platte) Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 18G) Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) FSType = ext4 # Dateisystem fuer Cache-Partition (reiserfs empf.) Bootable = no # Bootable-Flag [OS] Name = ubuntu # Name des Betriebssystems Version = # Version (optional) Description = ubuntu 14.04 # Beschreibung #Image = keinfix.rsync # Dateiname des differentiellen Images (Erweiterung .rsync) IconName = ubuntu.png Image = # erst eintragen, wenn es erzeugt werden soll BaseImage = trustyboot.cloop # Dateiname des Basisimages (Erweiterung .cloop) Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt Root = /dev/sda1 # Rootpartition, in die das BS installiert ist Kernel = vmlinuz # Relativer Pfad zum Kernel Initrd = initrd.img # Relativer Pfad zur Initrd Append = ro splash # Kernel-Append-Parameter, ggf. anpassen StartEnabled = yes # "Start"-Button anzeigen SyncEnabled = yes # "Sync+Start"-Button anzeigen NewEnabled = yes # "Neu+Start"-Button anzeigen Hidden = yes # verstecke OS-Reiter Autostart = yes # automatischer synchronisierter Start des Betriebssystems DefaultAction = sync AutostartTimeout = 3