wok-next diff grub/stuff/example-menu.lst @ rev 11105
Up: fetchmail to 6.3.21.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 03:03:43 2011 +0000 (2011-10-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/grub/stuff/example-menu.lst Mon Oct 17 03:03:43 2011 +0000 1.3 @@ -0,0 +1,37 @@ 1.4 +# /boot/grub/menu.lst: GRUB boot loader configuration. 1.5 +# 1.6 + 1.7 +# By default, boot the first entry. 1.8 +default 0 1.9 + 1.10 +# Boot automatically after 20 secs. 1.11 +timeout 20 1.12 + 1.13 +# Change the colors. 1.14 +color yellow/brown light-green/black 1.15 + 1.16 +# For booting SliTaz from a cdrom (LiveCD). 1.17 +# 1.18 +#title SliTaz GNU/Linux (Cooking) (Kernel 2.6.22.9) 1.19 +#kernel /boot/bzImage root=/dev/null vga=771 1.20 +#initrd /boot/rootfs.gz 1.21 + 1.22 +# For booting SliTaz from hda1. 1.23 +# 1.24 +#title SliTaz GNU/Linux (Cooking) (Kernel 2.6.22.9) 1.25 +#root (hd0,0) 1.26 +#kernel /boot/vmlinuz-2.6.20-slitaz root=/dev/hda1 1.27 + 1.28 +# For booting FreeBSD 1.29 +# 1.30 +#title FreeBSD 1.31 +#root (hd0,2,a) 1.32 +#kernel /boot/loader 1.33 + 1.34 +# For booting Windows 1.35 +# 1.36 +#title Windows NT / Windows 95 / XP 1.37 +#rootnoverify (hd0,0) 1.38 +#makeactive 1.39 +#chainloader +1 1.40 +