wok diff grub2/stuff/example-grub.cfg @ rev 16756

sshfs-fuse: add rsshfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 16 19:07:54 2014 +0200 (2014-06-16)
parents
children e93e6b4d565f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/grub2/stuff/example-grub.cfg	Mon Jun 16 19:07:54 2014 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# /boot/grub/menu.lst: GRUB boot loader configuration.
     1.5 +#
     1.6 +
     1.7 +# By default, boot the first entry.
     1.8 +set default=0
     1.9 +
    1.10 +# Boot automatically after 20 secs.
    1.11 +set timeout=20
    1.12 +
    1.13 +# Change the colors.
    1.14 +menu_color_normal yellow/brown
    1.15 +menu_color_hightlight light-green/black
    1.16 +
    1.17 +# For booting SliTaz from a cdrom (LiveCD).
    1.18 +#
    1.19 +#menuentry  "SliTaz GNU/Linux (Cooking)" {
    1.20 +#    linux /boot/bzImage root=/dev/null vga=771
    1.21 +#    initrd /boot/rootfs.gz
    1.22 +#}
    1.23 +
    1.24 +# For booting SliTaz from hda1.
    1.25 +#
    1.26 +#menuentry 	"SliTaz GNU/Linux (Cooking) (Kernel 2.6.30.6)" {
    1.27 +#    set root=(hd0,0)
    1.28 +#    linux /boot/vmlinuz-2.6.30.6-slitaz root=/dev/hda1
    1.29 +#}
    1.30 +
    1.31 +# For booting Windows
    1.32 +#
    1.33 +#menuentry "Windows NT / Windows 95 / XP" {
    1.34 +#    set root=(hd0,0)
    1.35 +#    chainloader  +1
    1.36 +#}
    1.37 +