commit da6473320892e10b8268b9cb6cf908197c83e21e Author: kueller Date: Mon Jan 3 10:48:06 2011 +0000 Neue Version V963 git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_lilo@5933 504e572c-2e33-0410-9681-be2bf7408885 diff --git a/boot/boot.bmp b/boot/boot.bmp new file mode 100644 index 0000000..8f269c9 Binary files /dev/null and b/boot/boot.bmp differ diff --git a/etc/lilo.conf b/etc/lilo.conf new file mode 100644 index 0000000..f331c82 --- /dev/null +++ b/etc/lilo.conf @@ -0,0 +1,74 @@ +#!/bin/bash +#Lilo Basis konfigurations Datei +#Script Framework - Automatisiertes Erzeugen der Monsum Linux Distribution +#(c) Rainmaker MultiMedia OHG +# +#$Author$ +#$Date$ +#$Revision$ +# +#$Log$ +#Revision 1.5 2006/08/18 08:56:21 kueller +#Konfig template an udev struktur angepasst +# +#Revision 1.4 2005/01/24 22:35:00 kueller +#Monsum Label in lilo.conf durch Viitor ersetzt +# +#Revision 1.3 2003/01/24 23:23:22 kueller +#Neuer Boot Splash Screen (Umstellung CompuExteme) +# +#Revision 1.2 2002/01/24 16:11:30 kueller +#Boot Image eingebunden +# +#Revision 1.1.1.1 2001/09/22 23:35:55 kueller +#Neustart wg. Datenverlust +# +#Revision 1.3 2001/09/07 16:34:23 kueller +# +#Korrekturen der Kernel Parameter (boot=warm, idebus=66), lba32 mode aktiviert. +#Auskommentierte Voreinstellungen für MonsumOld MondumOriginal eingefügt. +#Default Bootname ist jetzt Monsum, win wurde in windows umbenannt +# +#Revision 1.2 2001/08/08 09:28:15 kueller +#cvs header hinzugefügt +# +# + +boot=/dev/ +#compact # faster, but won't work on all systems. +append = "" +vga = normal # force sane state +read-only +#lba32 +prompt +timeout=100 +default=ViitorOrginal + +map = /boot/map-bmp +install = /boot/boot-bmp.b +bitmap = /boot/boot.bmp +bmp-colors = 14,11,,15,9,0 +bmp-table = 7,160p,2,4,175p +bmp-timer = 76,30,6,8,0 + +# End LILO global Section +# +#image = /boot/vmlinuz +# root = /dev/hda1 +# AddAppend = "reboot=warm idebus=66" +# label = ViitorStd +# +#image = /boot/vmlinuz.old +# root = /dev/hda2 +# label = ViitorOld +# +image = /boot/vmlinuz.viitor + root = /dev/ + AddAppend = "initrd=initrd.gz reboot=warm idebus=66" + initrd=/boot/initrd.gz + label = ViitorOrginal +# +#other = /dev/ +# label = windows +# table = /dev/ +#