]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/netboot/premenu.cfg
netboot: Allow booting multiple architectures
[people/shoehn/ipfire.org.git] / templates / netboot / premenu.cfg
1 SERIAL 0 115200
2
3 UI menu.c32
4
5 menu color title * #FFFFFFFF *
6 menu color sel * #ffffffff #999999ff *
7 menu color hotsel 1;7;37;40 #ffffffff #999999ff *
8 menu color tabmsg * #ffffffff #00000000 *
9 menu margin 20
10 menu vshift 5
11 menu rows 5
12 menu width 80
13 menu helpmsgrow 16
14 prompt 0
15 allowoptions 0
16 menu hidden
17 timeout 30
18
19 menu title Select menu type
20 menu autoboot Press any key for options or wait # second{,s}...
21
22 label vesa
23 menu default
24 text help
25 The default graphical boot menu.
26 endtext
27 menu label Graphical menu
28 kernel vesamenu.c32
29 append menu.cfg?arch={{ arch }}&platform={{ platform }}
30
31 label text
32 menu label Text menu
33 text help
34 Use this menu if the graphical menu does not work on your system.
35 endtext
36 kernel menu.c32
37 append menu.cfg?arch={{ arch }}&platform={{ platform }}