wok-current annotate grub2/stuff/example-grub.cfg @ rev 22559
updated bogofilter (1.2.4 -> 1.2.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 04 16:49:42 2020 +0100 (2020-01-04) |
parents | c967459ef972 |
children | 78bc4b109dd6 |
rev | line source |
---|---|
pascal@4478 | 1 # /boot/grub/menu.lst: GRUB boot loader configuration. |
pascal@4478 | 2 # |
pascal@4478 | 3 |
pascal@4478 | 4 # By default, boot the first entry. |
pascal@4478 | 5 set default=0 |
pascal@4478 | 6 |
pascal@4478 | 7 # Boot automatically after 20 secs. |
pascal@4478 | 8 set timeout=20 |
pascal@4478 | 9 |
pascal@4478 | 10 # Change the colors. |
pascal@4478 | 11 menu_color_normal yellow/brown |
pascal@4478 | 12 menu_color_hightlight light-green/black |
pascal@4478 | 13 |
pascal@4478 | 14 # For booting SliTaz from a cdrom (LiveCD). |
pascal@4478 | 15 # |
pascal@4478 | 16 #menuentry "SliTaz GNU/Linux (Cooking)" { |
pascal@21822 | 17 # linux /boot/bzImage vga=771 |
pascal@4478 | 18 # initrd /boot/rootfs.gz |
pascal@4478 | 19 #} |
pascal@4478 | 20 |
pascal@4478 | 21 # For booting SliTaz from hda1. |
pascal@4478 | 22 # |
pascal@4478 | 23 #menuentry "SliTaz GNU/Linux (Cooking) (Kernel 2.6.30.6)" { |
pascal@4478 | 24 # set root=(hd0,0) |
pascal@4478 | 25 # linux /boot/vmlinuz-2.6.30.6-slitaz root=/dev/hda1 |
pascal@4478 | 26 #} |
pascal@4478 | 27 |
pascal@4478 | 28 # For booting Windows |
pascal@4478 | 29 # |
pascal@4478 | 30 #menuentry "Windows NT / Windows 95 / XP" { |
pascal@4478 | 31 # set root=(hd0,0) |
pascal@4478 | 32 # chainloader +1 |
pascal@4478 | 33 #} |
pascal@4478 | 34 |