wok-6.x annotate grub2/stuff/example-grub.cfg @ rev 9282
Add backuppc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 16 09:13:12 2011 +0100 (2011-03-16) |
parents | |
children | e93e6b4d565f |
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@4478 | 17 # linux /boot/bzImage root=/dev/null 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 |