Added support for netboot.xyz
[grml-live.git] / templates / boot / isolinux / vesamenu.cfg
1 ## background image
2 menu background %DISTRI_SPLASH%
3
4 ## size
5 menu width 50
6 menu margin 0
7 menu rows 13
8 menu tabmsgrow  18
9 menu helpmsgrow 21
10 menu cmdlinerow 22
11 menu timeoutrow 26
12 menu hshift 2
13 menu vshift 1
14
15 ## colors
16 # menu color element ansi foreground background shadow
17 menu color border    30;44 #00000000 #00000000 none
18 menu color cmdline       0 #ff000000 #00000000 none
19 menu color cmdmark 1;36;40 #ffff0000 #00000000 none
20 menu color help          0 #ff000000 #00000000 none
21 menu color hotkey        0 #ffffffff #00000000
22 menu color hotsel        0 #ff000000 #ffffCA31
23 menu color screen    37;40 #00000000 #00000000 none
24 menu color scrollbar 30;44 #00000000 #00000000 none
25 menu color sel           7 #ff000000 #ffffCA31
26 menu color tabmsg        0 #ffffffff #00000000 none
27 menu color timeout       0 #ff000000 #00000000
28 menu color timeout_msg   0 #ff808080 #00000000
29 menu color title         0 #ffffffff #00000000
30 menu color unsel         0 #ffffffff #00000000
31
32 ## text
33 menu title  %DISTRI_INFO%\a
34 menu tabmsg Press ENTER to boot or TAB to edit a menu entry
35 menu autoboot Automatic boot in # second{,s}...
36
37 ## source files
38 include distri.cfg
39 default vesamenu.c32