diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2002-01-30 13:16:47 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2002-01-30 13:16:47 +0000 |
commit | 9f1dd44ca147dfb63671bd1967125479b8531c9f (patch) | |
tree | 724d15570634cd69dfd6914691fd6de4667d0487 /tmp | |
parent | 6c65f35cc84cd80125622e87c74d0c16a21c146b (diff) | |
download | bootsplash-9f1dd44ca147dfb63671bd1967125479b8531c9f.tar bootsplash-9f1dd44ca147dfb63671bd1967125479b8531c9f.tar.gz bootsplash-9f1dd44ca147dfb63671bd1967125479b8531c9f.tar.bz2 bootsplash-9f1dd44ca147dfb63671bd1967125479b8531c9f.tar.xz bootsplash-9f1dd44ca147dfb63671bd1967125479b8531c9f.zip |
Initial revisionfirst_import
Diffstat (limited to 'tmp')
-rw-r--r-- | tmp/cmdline | 1 | ||||
-rw-r--r-- | tmp/lilo.conf | 42 | ||||
-rw-r--r-- | tmp/menu.lst | 26 |
3 files changed, 69 insertions, 0 deletions
diff --git a/tmp/cmdline b/tmp/cmdline new file mode 100644 index 0000000..6eb5a5f --- /dev/null +++ b/tmp/cmdline @@ -0,0 +1 @@ +root=/dev/sda1 devfs=mount vga=0x0317 diff --git a/tmp/lilo.conf b/tmp/lilo.conf new file mode 100644 index 0000000..6ffbe38 --- /dev/null +++ b/tmp/lilo.conf @@ -0,0 +1,42 @@ +boot=/dev/sda +map=/boot/map +install=/boot/boot.b +vga=normal +default=t +keytable=/boot/fr-latin1.klt +lba32 +prompt +timeout=50 +message=/boot/message +menu-scheme=wb:bw:wb:bw +image=/boot/vmlinuz-enterprise + label=linux + root=/dev/sda1 + initrd=/boot/initrd-enterprise.img + append=" devfs=mount" + vga=788 + read-only +image=/boot/vmlinuz + label=linux-up + root=/dev/sda1 + initrd=/boot/initrd.img + append=" devfs=mount" + read-only +image=/boot/vmlinuz + label=failsafe + root=/dev/sda1 + initrd=/boot/initrd.img + append=" devfs=mount failsafe" + read-only +other=/dev/fd0 + label=floppy + unsafe + +image=/boot/vmlinuz-2.4.17-8mdksmp + label=t + root=/dev/sda1 + read-only + optional + vga=790 + append=" devfs=mount" + initrd=/boot/initrd-2.4.17-8mdksmp.img diff --git a/tmp/menu.lst b/tmp/menu.lst new file mode 100644 index 0000000..6ad67fc --- /dev/null +++ b/tmp/menu.lst @@ -0,0 +1,26 @@ +timeout 5 +color black/cyan yellow/cyan +i18n (hd0,0)/boot/grub/messages +keytable (hd0,0)/boot/fr-latin1.klt +altconfigfile (hd0,0)/boot/grub/menu.once +default 0 + +title linux +kernel (hd0,0)/boot/vmlinuz-enterprise root=/dev/sda1 devfs=mount vga=787 +initrd (hd0,0)/boot/initrd-enterprise.img + +title failsafe +kernel (hd0,0)/boot/vmlinuz root=/dev/sda1 devfs=mount failsafe +initrd (hd0,0)/boot/initrd.img + +title floppy +root (fd0) +chainloader +1 + +title 2417-5smp +kernel (hd0,0)/boot/vmlinuz-2.4.17-5mdksmp devfs=mount root=/dev/sda1 +initrd (hd0,0)/boot/initrd-2.4.17-5mdksmp.img + +title 2417-5ent +kernel (hd0,0)/boot/vmlinuz-2.4.17-5mdkenterprise devfs=mount root=/dev/sda1 +initrd (hd0,0)/boot/initrd-2.4.17-5mdkenterprise.img |