]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame_incremental - templates/netboot/premenu.cfg
netboot: Allow booting multiple architectures
[people/shoehn/ipfire.org.git] / templates / netboot / premenu.cfg
... / ...
CommitLineData
1SERIAL 0 115200
2
3UI menu.c32
4
5menu color title * #FFFFFFFF *
6menu color sel * #ffffffff #999999ff *
7menu color hotsel 1;7;37;40 #ffffffff #999999ff *
8menu color tabmsg * #ffffffff #00000000 *
9menu margin 20
10menu vshift 5
11menu rows 5
12menu width 80
13menu helpmsgrow 16
14prompt 0
15allowoptions 0
16menu hidden
17timeout 30
18
19menu title Select menu type
20menu autoboot Press any key for options or wait # second{,s}...
21
22label 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
31label 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 }}