Update syslinux background and menu to avoid having to scroll
parent
a01c43b20c
commit
b55077165b
Binary file not shown.
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 313 KiB |
@ -1,16 +1,18 @@
|
|||||||
menu background splash.png
|
menu background ${SYSDIR}splash.png
|
||||||
menu color title * #FFFFFFFF *
|
menu color title * #FFFFFFFF *
|
||||||
menu color border * #00000000 #00000000 none
|
menu color border * #00000000 #00000000 none
|
||||||
menu color sel * #ffffffff #76a1d0ff *
|
menu color sel * #ffffffff #76a1d0ff *
|
||||||
menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
|
menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
|
||||||
menu color tabmsg * #ffffffff #00000000 *
|
menu color tabmsg * #ffffffff #00000000 *
|
||||||
menu color help 37;40 #ffdddd00 #00000000 none
|
menu color help 37;40 #ffdddd00 #00000000 none
|
||||||
menu vshift 16
|
menu vshift 10
|
||||||
menu rows 6
|
menu hshift 4
|
||||||
menu helpmsgrow 10
|
menu width 70
|
||||||
menu helpmsgrow 11
|
menu margin 5
|
||||||
|
menu rows 10
|
||||||
|
menu helpmsgrow 15
|
||||||
# The command line must be at least one line from the bottom.
|
# The command line must be at least one line from the bottom.
|
||||||
menu cmdlinerow 12
|
menu cmdlinerow 16
|
||||||
menu timeoutrow 12
|
menu timeoutrow 16
|
||||||
menu tabmsgrow 14
|
menu tabmsgrow 18
|
||||||
menu tabmsg Press ENTER to boot or TAB to edit a menu entry
|
menu tabmsg Press ENTER to boot or TAB to edit a menu entry
|
||||||
|
Loading…
Reference in New Issue