wok view grub2/stuff/example-grub.cfg @ rev 21822

Remove unused kernel cmdline args root=/dev/null
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 18:00:45 2019 +0200 (2019-08-25)
parents c967459ef972
children 78bc4b109dd6
line source
1 # /boot/grub/menu.lst: GRUB boot loader configuration.
2 #
4 # By default, boot the first entry.
5 set default=0
7 # Boot automatically after 20 secs.
8 set timeout=20
10 # Change the colors.
11 menu_color_normal yellow/brown
12 menu_color_hightlight light-green/black
14 # For booting SliTaz from a cdrom (LiveCD).
15 #
16 #menuentry "SliTaz GNU/Linux (Cooking)" {
17 # linux /boot/bzImage vga=771
18 # initrd /boot/rootfs.gz
19 #}
21 # For booting SliTaz from hda1.
22 #
23 #menuentry "SliTaz GNU/Linux (Cooking) (Kernel 2.6.30.6)" {
24 # set root=(hd0,0)
25 # linux /boot/vmlinuz-2.6.30.6-slitaz root=/dev/hda1
26 #}
28 # For booting Windows
29 #
30 #menuentry "Windows NT / Windows 95 / XP" {
31 # set root=(hd0,0)
32 # chainloader +1
33 #}