wok-next rev 10891
grub4dos: add slitaz in default menu
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 06 11:03:44 2011 +0200 (2011-07-06) |
parents | c3f9dd585ee1 |
children | 5e3fa1dc4048 |
files | grub4dos/stuff/menu.lst |
line diff
1.1 --- a/grub4dos/stuff/menu.lst Tue Jul 05 15:39:47 2011 +0200 1.2 +++ b/grub4dos/stuff/menu.lst Wed Jul 06 11:03:44 2011 +0200 1.3 @@ -17,6 +17,11 @@ 1.4 errorcheck on 1.5 configfile /menu.lst 1.6 1.7 +title Slitaz Frugal 1.8 + find --set-root --ignore-floppies /boot/rootfs.gz 1.9 + kernel /boot/bzImage rw root=/dev/null vga=normal 1.10 + initrd /boot/rootfs.gz 1.11 + 1.12 title Windows NT/2K/XP 1.13 find --set-root --ignore-floppies /ntldr 1.14 chainloader /ntldr 1.15 @@ -36,6 +41,10 @@ 1.16 write 0x7C03 0x63646D63 1.17 write 0x7C07 0x00736E6F 1.18 1.19 +title Slitaz Web Boot 1.20 + find --set-root --ignore-floppies /boot/gpxe 1.21 + kernel /boot/gpxe 1.22 + 1.23 title Grub prompt 1.24 commandline 1.25