]> git.ipfire.org Git - ipfire.org.git/blob - static/netboot/premenu.cfg
Move everything to the root of the repository.
[ipfire.org.git] / static / netboot / premenu.cfg
1 menu color title * #FFFFFFFF *
2 menu color sel * #ffffffff #999999ff *
3 menu color hotsel 1;7;37;40 #ffffffff #999999ff *
4 menu color tabmsg * #ffffffff #00000000 *
5 menu margin 20
6 menu vshift 5
7 menu rows 5
8 menu width 80
9 menu helpmsgrow 16
10 prompt 0
11 allowoptions 0
12 menu hidden
13 timeout 30
14
15 menu title Select menu type
16 menu autoboot Press any key for options or wait # second{,s}...
17
18 label 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
27 label 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
35 menu separator
36
37 label 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
44 label exit
45 menu label Quit to gPXE command line
46 menu quit