Changed isolinux vesamenu layout to support better multiiso layout
[grml-live.git] / templates / boot / isolinux / addons.cfg
1 menu begin addons
2 menu title Addons
3
4 label mainmenu
5 menu label ^Back to main menu...
6 menu exit
7 menu separator
8
9 label grub
10   menu label Run Bootloader ^Grub
11   kernel /boot/addons/memdisk
12   append initrd=/boot/addons/allinone.img
13
14   text help
15                                         Start Bootloader Grub (allinone.img),
16                                         which supports booting from local disks,
17                                         booting via PXE,...
18   endtext
19
20 label dos
21   menu label Run FreeDO^S
22   kernel /boot/addons/memdisk
23   append initrd=/boot/addons/balder10.imz
24
25   text help
26                                         Boot FreeDOS.
27   endtext
28
29 label bsd
30   menu label Run MirOS ^bsd4grml
31   kernel /boot/addons/bsd4grml/ldbsd.com
32
33   text help
34                                         Boot a minimalistic BSD operating
35                                         system, known as MirOS bsd4grml.
36   endtext
37
38 label memtest
39   menu label Run ^Memtest86+
40   kernel /boot/addons/memtest
41   append BOOT_IMAGE=memtest
42
43   text help
44                                         Start memory test using memtest86+.
45   endtext
46
47 label hdt
48   menu label Run Hardware Detection ^Tool
49   kernel /boot/addons/hdt.c32
50   append pciids=/boot/addons/pci.ids
51
52   text help
53                                         Start a simple Hardware Detection
54                                         Tool.
55   endtext
56
57 label exit
58 menu hide
59 kernel isolinux.bin
60
61 label back
62 menu hide
63 kernel isolinux.bin
64
65 label quit
66 menu hide
67 kernel isolinux.bin
68
69 menu end