diff --git a/crystal/syslinux/crystal_head.cfg b/crystal/syslinux/crystal_head.cfg new file mode 100644 index 0000000..f45c065 --- /dev/null +++ b/crystal/syslinux/crystal_head.cfg @@ -0,0 +1,30 @@ +SERIAL 0 115200 +UI vesamenu.c32 +MENU TITLE CrystalUX +MENU BACKGROUND splash.png + +MENU WIDTH 78 +MENU MARGIN 4 +MENU ROWS 7 +MENU VSHIFT 10 +MENU TABMSGROW 14 +MENU CMDLINEROW 14 +MENU HELPMSGROW 16 +MENU HELPMSGENDROW 29 + +# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu + +MENU COLOR border 30;44 #40ffffff #a0000000 std +MENU COLOR title 1;36;44 #9033ccff #a0000000 std +MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all +MENU COLOR unsel 37;44 #50ffffff #a0000000 std +MENU COLOR help 37;40 #c0ffffff #a0000000 std +MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std +MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std +MENU COLOR msg07 37;40 #90ffffff #a0000000 std +MENU COLOR tabmsg 31;40 #30ffffff #00000000 std + +MENU CLEAR +MENU IMMEDIATE + +INCLUDE syslinux-linux.cfg \ No newline at end of file diff --git a/crystal/syslinux/splash.png b/crystal/syslinux/splash.png new file mode 100644 index 0000000..64b959a Binary files /dev/null and b/crystal/syslinux/splash.png differ diff --git a/crystal/syslinux/syslinux.cfg b/crystal/syslinux/syslinux.cfg index 14fae26..7ab819b 100644 --- a/crystal/syslinux/syslinux.cfg +++ b/crystal/syslinux/syslinux.cfg @@ -8,4 +8,4 @@ MENU CLEAR DEFAULT arch TIMEOUT 30 -INCLUDE syslinux-linux.cfg +INCLUDE crystal_head.cfg