wok diff grub/stuff/example-menu.lst @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents
children e93e6b4d565f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/grub/stuff/example-menu.lst	Tue Mar 13 23:27:32 2018 +0100
     1.3 @@ -0,0 +1,37 @@
     1.4 +# /boot/grub/menu.lst: GRUB boot loader configuration.
     1.5 +#
     1.6 +
     1.7 +# By default, boot the first entry.
     1.8 +default 0
     1.9 +
    1.10 +# Boot automatically after 20 secs.
    1.11 +timeout 20
    1.12 +
    1.13 +# Change the colors.
    1.14 +color yellow/brown light-green/black
    1.15 +
    1.16 +# For booting SliTaz from a cdrom (LiveCD).
    1.17 +#
    1.18 +#title  SliTaz GNU/Linux (Cooking) (Kernel 2.6.22.9)
    1.19 +#kernel /boot/bzImage root=/dev/null vga=771
    1.20 +#initrd /boot/rootfs.gz
    1.21 +
    1.22 +# For booting SliTaz from hda1.
    1.23 +#
    1.24 +#title 	SliTaz GNU/Linux (Cooking) (Kernel 2.6.22.9)
    1.25 +#root 	(hd0,0)
    1.26 +#kernel /boot/vmlinuz-2.6.20-slitaz root=/dev/hda1
    1.27 +
    1.28 +# For booting FreeBSD
    1.29 +#
    1.30 +#title  FreeBSD
    1.31 +#root   (hd0,2,a)
    1.32 +#kernel /boot/loader
    1.33 +
    1.34 +# For booting Windows
    1.35 +#
    1.36 +#title Windows NT / Windows 95 / XP
    1.37 +#rootnoverify (hd0,0)
    1.38 +#makeactive
    1.39 +#chainloader  +1
    1.40 +