]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/netboot/premenu.cfg
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / netboot / premenu.cfg
CommitLineData
6d6e4a1b
MT
1SERIAL 0 115200
2
e847f85c
MT
3UI menu.c32
4
5470bdf1
MT
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
37b5c0cf 29 append menu.cfg?arch={{ arch }}&platform={{ platform }}
5470bdf1
MT
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
37b5c0cf 37 append menu.cfg?arch={{ arch }}&platform={{ platform }}