From 4d5cdc379e338c1c28f4d7d09226d4167a3f9e1e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 28 Nov 2015 01:52:06 +0100 Subject: Slackware Live Edition: initial commit. This is Beta 2. Read http://alien.slackbook.org/blog/slackware-live-edition-beta-2 for all the details. --- menu.tpl | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 menu.tpl (limited to 'menu.tpl') diff --git a/menu.tpl b/menu.tpl new file mode 100644 index 0000000..2a1ce0d --- /dev/null +++ b/menu.tpl @@ -0,0 +1,70 @@ +prompt 0 +timeout 300 +ui vesamenu.c32 +default live +f2 f2.txt +menu background swlogov.png +menu title Slackware@DIRSUFFIX@-@SL_VERSION@ Live + +menu hshift 1 +menu vshift 9 +menu width 45 +menu margin 1 +menu rows 10 +menu helpmsgrow 14 +menu helpmsgendrow 18 +menu cmdlinerow 18 +menu tabmsgrow 19 +menu timeoutrow 20 + +menu color screen 37;40 #00000000 #00000000 none +menu color border 34;40 #00000000 #00000000 none +menu color title 1;36;44 #ffb9556b #30002d1f none +menu color unsel 37;44 #ff354172 #007591ff none +menu color hotkey 1;37;44 #ffad37b7 #00000000 none +menu color sel 7;37;40 #ffffffff #00000000 none +menu color hotsel 1;7;37;40 #ffe649f3 #00000000 none +menu color scrollbar 30;44 #00000000 #00000000 none +menu color tabmsg 31;40 #ffA32222 #00000000 none +menu color cmdmark 1;36;40 #ffff0000 #00000000 none +menu color cmdline 37;40 #ffffffff #ff000000 none +menu color pwdborder 30;47 #ffff0000 #00000000 std +menu color pwdheader 31;47 #ffff0000 #00000000 std +menu color pwdentry 30;47 #ffff0000 #00000000 std +menu color timeout_msg 37;40 #ff809aef #00000000 none +menu color timeout 1;37;40 #ffb72f9f #00000000 none +menu color help 37;40 #ff354172 #00000000 none + +label live + menu label Start @LIVEDE@ Live + menu default + kernel /boot/generic + append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=@KBD@ + text help + Slackware@DIRSUFFIX@-@SL_VERSION@, kernel @KVER@. + Add 'load=nvidia' to the commandline + if you have a recent NVIDIA card. + endtext + +menu begin kbd + menu title Non-US Keyboard selection + label Previous + menu label Previous Menu + menu exit + menu separator + menu include menu/kbd.cfg +menu end + +menu begin language + menu title Non-US Language selection + label Previous + menu label Previous Menu + menu exit + menu separator + menu include menu/lang_@LANG@.cfg +menu end + +label memtest +menu label Memory test with memtest86+ + kernel /boot/memtest + -- cgit v1.2.3