diff options
Diffstat (limited to 'internet-kiosk-management/share/tftpboot/default.cfg')
-rw-r--r-- | internet-kiosk-management/share/tftpboot/default.cfg | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/internet-kiosk-management/share/tftpboot/default.cfg b/internet-kiosk-management/share/tftpboot/default.cfg deleted file mode 100644 index 81f32b3..0000000 --- a/internet-kiosk-management/share/tftpboot/default.cfg +++ /dev/null @@ -1,46 +0,0 @@ -# -# example for a main boot menu of an Internet Kiosk Terminal -# - -DEFAULT vesamenu.c32 -PROMPT 0 -MENU BACKGROUND ik-dte.png -MENU TITLE Internet Kiosk Terminal - -include local-boot.cfg -include ik-dte.cfg -MENU SEPARATOR -include memtest.cfg - -# menu settings -MENU VSHIFT 3 -MENU HSHIFT 18 -MENU WIDTH 60 -MENU MARGIN 10 -MENU ROWS 12 -MENU TABMSGROW 13 -MENU CMDLINEROW 23 -MENU ENDROW 12 -MENU TIMEOUTROW 18 - -MENU COLOR border 30;44 #40ffffff #a0000000 std -MENU COLOR title 1;36;44 #9033ccff #a0000000 std -MENU COLOR sel 7;37;40 #e0000000 #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 37;40 #e0ffffff #a0000000 std -MENU COLOR disabled 37;44 #50ffffff #a0000000 std -MENU COLOR hotkey 1;30;47 #ffff0000 #a0000000 std -MENU COLOR hotsel 1;7;30;47 #ffff0000 #20ffffff all -MENU COLOR scrollbar 30;47 #ffff0000 #00000000 std -MENU COLOR cmdmark 1;36;47 #e0ff0000 #00000000 std -MENU COLOR cmdline 30;47 #ff000000 #00000000 none - -# possible boot profiles for ONTIMEOUT: -# localboot, ik-dte-686, ik-dte-486 -# (... or any other profile you defined in your customized menu) -ONTIMEOUT localboot -TIMEOUT 100 |