wok view grub2/stuff/example-grub.cfg @ rev 7143

mplayerplug-in: fix FIREFOX_VER
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 06 11:45:41 2010 +0100 (2010-11-06)
parents
children e93e6b4d565f
line source
1 # /boot/grub/menu.lst: GRUB boot loader configuration.
2 #
4 # By default, boot the first entry.
5 set default=0
7 # Boot automatically after 20 secs.
8 set timeout=20
10 # Change the colors.
11 menu_color_normal yellow/brown
12 menu_color_hightlight light-green/black
14 # For booting SliTaz from a cdrom (LiveCD).
15 #
16 #menuentry "SliTaz GNU/Linux (Cooking)" {
17 # linux /boot/bzImage root=/dev/null vga=771
18 # initrd /boot/rootfs.gz
19 #}
21 # For booting SliTaz from hda1.
22 #
23 #menuentry "SliTaz GNU/Linux (Cooking) (Kernel 2.6.30.6)" {
24 # set root=(hd0,0)
25 # linux /boot/vmlinuz-2.6.30.6-slitaz root=/dev/hda1
26 #}
28 # For booting Windows
29 #
30 #menuentry "Windows NT / Windows 95 / XP" {
31 # set root=(hd0,0)
32 # chainloader +1
33 #}