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

updated libgpg-error and libgpg-error-dev (1.37 -> 1.44)
author Hans-G?nter Theisgen
date Mon Mar 21 15:45:38 2022 +0100 (2022-03-21)
parents e93e6b4d565f
children
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 #}