wok view grub/stuff/example-menu.lst @ rev 21482

updated mpd (0.17.2 -> 0.21.8)
author Hans-G?nter Theisgen
date Wed May 01 09:38:09 2019 +0100 (2019-05-01)
parents
children e93e6b4d565f
line source
1 # /boot/grub/menu.lst: GRUB boot loader configuration.
2 #
4 # By default, boot the first entry.
5 default 0
7 # Boot automatically after 20 secs.
8 timeout 20
10 # Change the colors.
11 color yellow/brown light-green/black
13 # For booting SliTaz from a cdrom (LiveCD).
14 #
15 #title SliTaz GNU/Linux (Cooking) (Kernel 2.6.22.9)
16 #kernel /boot/bzImage root=/dev/null vga=771
17 #initrd /boot/rootfs.gz
19 # For booting SliTaz from hda1.
20 #
21 #title SliTaz GNU/Linux (Cooking) (Kernel 2.6.22.9)
22 #root (hd0,0)
23 #kernel /boot/vmlinuz-2.6.20-slitaz root=/dev/hda1
25 # For booting FreeBSD
26 #
27 #title FreeBSD
28 #root (hd0,2,a)
29 #kernel /boot/loader
31 # For booting Windows
32 #
33 #title Windows NT / Windows 95 / XP
34 #rootnoverify (hd0,0)
35 #makeactive
36 #chainloader +1