]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - static/netboot/premenu.cfg
Update index page.
[people/shoehn/ipfire.org.git] / static / netboot / premenu.cfg
CommitLineData
5470bdf1
MT
1menu color title * #FFFFFFFF *
2menu color sel * #ffffffff #999999ff *
3menu color hotsel 1;7;37;40 #ffffffff #999999ff *
4menu color tabmsg * #ffffffff #00000000 *
5menu margin 20
6menu vshift 5
7menu rows 5
8menu width 80
9menu helpmsgrow 16
10prompt 0
11allowoptions 0
12menu hidden
13timeout 30
14
15menu title Select menu type
16menu autoboot Press any key for options or wait # second{,s}...
17
18label vesa
19 menu default
20 text help
21 The default graphical boot menu.
22 endtext
23 menu label Graphical menu
24 kernel vesamenu.c32
25 append menu.cfg
26
27label text
28 menu label Text menu
29 text help
30 Use this menu if the graphical menu does not work on your system.
31 endtext
32 kernel menu.c32
33 append menu.cfg
34
35menu separator
36
37label chain
38 menu label Boot a configuration directly...
39 text help
40 Select this option and enter a configuration ID to boot it directly.
41 endtext
42 kernel custom.gpxe
43
44label exit
45 menu label Quit to gPXE command line
46 menu quit