diff options
Diffstat (limited to 'templates/syslinux/menu/header.cfg')
-rw-r--r-- | templates/syslinux/menu/header.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/syslinux/menu/header.cfg b/templates/syslinux/menu/header.cfg new file mode 100644 index 000000000..30878ae84 --- /dev/null +++ b/templates/syslinux/menu/header.cfg @@ -0,0 +1,17 @@ +font data/lat1-16.psf +default data/vesamenu.c32 + +timeout 1000 +prompt 0 + +menu background data/splash.png +menu color title * #ffffffff * +menu color border * #00000000 #00000000 none +menu color sel * #ffffffff #76a1d0ff * +menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * +menu color hotkey 1;37;40;44 #90ffffff #00000000 std +menu vshift 7 +menu hshift 6 +menu width 67 +menu tabmsg Press [tab] to edit the menu entry +menu timeoutrow 16 |