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/lilo.conf | |
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/lilo.conf')
-rw-r--r-- | tmp/lilo.conf | 42 |
1 files changed, 42 insertions, 0 deletions
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 |