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

updated grsync (1.2.2 -> 1.2.6)
author Hans-G?nter Theisgen
date Sat Feb 22 15:36:22 2020 +0100 (2020-02-22)
parents c967459ef972
children 78bc4b109dd6
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 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 #}