# LINBO start.conf Beispiel mit # Windows 7 auf Partition 1 (NTFS) # Ubuntu auf Partition 2 # Swap auf Partition 3 # Cache auf Partition 4 # Festplatte 128G SSD [LINBO] # globale Konfiguration SystemType = bios Cache = /dev/sda4 # lokale Cache Partition Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt Group = w7ub RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. Autopartition = no # 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|multicast|rsync, default ist rsync BackgroundFontColor = white # Bildschirmschriftfarbe (default: white) ConsoleFontColorStdout = lightgreen # Konsolenschriftfarbe (default: white) ConsoleFontColorStderr = orange # Konsolenschriftfarbe für Fehler-/Warnmeldungen (default: red) #KernelOptions = quiet splash KernelOptions = Project-Id-Version: schulkonsole 0.10.11Report-Msgid-Bugs-To: entwickler@lml.mine.nuPOT-Creation-Date: 2015-02-13 07:54+0100PO-Revision-Date: 2014-04-06 14:22+0200Last-Translator: root Language-Team: GermanLanguage: deMIME-Version: 1.0Content-Type: text/plain; charset=ASCIIContent-Transfer-Encoding: 8bitPlural-Forms: nplurals=2; plural=(n != 1); [Partition] # Start einer Partitionsdefinition, Windows 7 auf NTFS Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster Platte) Size = 45000000 # Partitionsgroesse in kB (Bsp.: ca. 30G) Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) FSType = ntfs # Dateisystem auf der Partition (NTFS) Bootable = no # Bootable-Flag [Partition] # Start einer Partitionsdefinition, Ubuntu Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster Platte) Size = 15000000 # Partitionsgroesse in kB (Bsp.: ca. 10G) Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) FSType = ext4 # Dateisystem auf der Partition (ext4) Bootable = no # Bootable-Flag [Partition] # Definition der Swappartition Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster Platte) Size = 4000000 # Partitionsgroesse in kB (Bsp.: ca. 2G) Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) FSType = swap # Dateisystem auf der Partition (swap) Bootable = no [Partition] # Definition der Cache-Partition Dev = /dev/sda4 # Device-Name der Partition (sda6 = sechste Partition auf erster IDE-Platte) Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 38G) Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) FSType = ext4 # Dateisystem fuer Cache-Partition (ext4) Bootable = no # Bootable-Flag [OS] # Beginn einer Betriebssystemdefinition Name = Windows 7 # Name des Betriebssystems Version = # Version (optional, frei waehlbar) Description = Windows 7 # Beschreibung IconName = winxp.png # Icon für die Startseite, muss unter /var/linbo/icons abgelegt sein Image = # kein differentielles Image definiert BaseImage = w7ub.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 = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer Append = # bleibt bei Windows leer StartEnabled = yes # "Start"-Button deaktiviert SyncEnabled = yes # "Sync+Start"-Button anzeigen NewEnabled = yes # "Neu+Start"-Button anzeigen Hidden = no # zeige OS-Reiter an Autostart = yes # automatischer synchronisierter Start dieses Betriebssystems: yes|no AutostartTimeout = 2 # Timeout in Sekunden für Benutzerabbruch bei Autostart DefaultAction = start # DefaultAction bei Autostart: start|sync|new [OS] Name = Ubuntu # Name des Betriebssystems Version = # Version (optional) Description = Ubuntu # Beschreibung IconName = ubuntu.png # Icon für die Startseite, muss unter /var/linbo/icons abgelegt sein Image = # kein differentielles Image BaseImage = ubuntu.cloop # Dateiname des Basisimages (Erweiterung .cloop) Boot = /dev/sda2 # Partition, die Kernel & Initrd enthaelt Root = /dev/sda2 # 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 deaktiviert SyncEnabled = yes # "Sync+Start"-Button anzeigen NewEnabled = yes # "Neu+Start"-Button anzeigen Hidden = no # zeige OS-Reiter an Autostart = no # automatischer synchronisierter Start dieses Betriebssystems: yes|no AutostartTimeout = 5 # Timeout in Sekunden für Benutzerabbruch bei Autostart DefaultAction = start # DefaultAction bei Autostart: start|sync|new