summaryrefslogtreecommitdiffstats
path: root/base/aaabasicfs/menu.lst
diff options
context:
space:
mode:
Diffstat (limited to 'base/aaabasicfs/menu.lst')
-rw-r--r--base/aaabasicfs/menu.lst28
1 files changed, 28 insertions, 0 deletions
diff --git a/base/aaabasicfs/menu.lst b/base/aaabasicfs/menu.lst
new file mode 100644
index 000000000..ed91343ec
--- /dev/null
+++ b/base/aaabasicfs/menu.lst
@@ -0,0 +1,28 @@
+# Begin /boot/grub/menu.lst
+# By default boot the first menu entry.
+default 1
+
+# Allow 10 seconds before booting the default.
+timeout 10
+
+# Use prettier colors.
+color green/black light-green/black
+
+# Le superbootsplash
+gfxmenu (hd0,0)/boot/message
+
+# The first entry is for System Maintenance.
+title Maintenance de NuTyX
+root (hd0,0)
+kernel /boot/kernel ro quiet
+initrd /boot/nutyx-initrd
+
+# The second entry is the first production one
+title NuTyX 2009
+root (hd0,0)
+kernel /boot/kernel root=/dev/sda1 ro quiet
+
+# The third entry is for eventually Windows boot
+title Windows
+rootnoverify (hd0,X)
+chainloader +1