diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-07 13:26:37 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-07 13:26:37 +0200 |
commit | 31cae2538311f58c8bba5441313d041436f11ce6 (patch) | |
tree | cc1fef0aaed8a6affc57b8abff2f8cf7690bb6c1 /base/aaabasicfs/menu.lst | |
download | nutyx-extra-31cae2538311f58c8bba5441313d041436f11ce6.tar.gz nutyx-extra-31cae2538311f58c8bba5441313d041436f11ce6.tar.bz2 nutyx-extra-31cae2538311f58c8bba5441313d041436f11ce6.tar.xz nutyx-extra-31cae2538311f58c8bba5441313d041436f11ce6.zip |
Ajout de aaabasicfs#2009-1
Diffstat (limited to 'base/aaabasicfs/menu.lst')
-rw-r--r-- | base/aaabasicfs/menu.lst | 28 |
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 |