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

Add coturn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 25 08:45:16 2020 +0000 (2020-07-25)
parents e93e6b4d565f
children
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 root=/dev/null 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 #}