diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/aaabasicfs/menu.lst | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/base/aaabasicfs/menu.lst b/base/aaabasicfs/menu.lst deleted file mode 100644 index ed91343ec..000000000 --- a/base/aaabasicfs/menu.lst +++ /dev/null @@ -1,28 +0,0 @@ -# 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 |