aboutsummaryrefslogtreecommitdiffstats
path: root/tmp/menu.lst
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/menu.lst')
-rw-r--r--tmp/menu.lst26
1 files changed, 26 insertions, 0 deletions
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