search for: notabmsg

Displaying 5 results from an estimated 5 matches for "notabmsg".

2014 Jun 09
2
NOTABMSG issue with 6.03
Hi all, I can't suppress TAB menu prompt and I wonder if this feature is working or not. I'm using extlinux and here is a cut from extlinux.conf: UI menu.c32 prompt 0 MENU TITLE MYPC MENU AUTOBOOT Automatic boot in # second{,s}... MENU NOTABMSG timeout 100 TOTALTIMEOUT 1800 label main MENU DEFAULT MENU LABEL Linux Kernel 3.x ... I'm using latest code from the git tagged as 6.03-pre13. Is there any additional trick I need to make it work? Regards, Alexey
2014 Jun 09
0
NOTABMSG issue with 6.03
...te: > Hi all, > > I can't suppress TAB menu prompt and I wonder if this feature is working or not. > I'm using extlinux and here is a cut from extlinux.conf: > > UI menu.c32 > prompt 0 > MENU TITLE MYPC > MENU AUTOBOOT Automatic boot in # second{,s}... > MENU NOTABMSG > > timeout 100 > TOTALTIMEOUT 1800 > > label main > MENU DEFAULT > MENU LABEL Linux Kernel 3.x > ... > > I'm using latest code from the git tagged as 6.03-pre13. > Is there any additional trick I need to make it work? > If you want to just suppr...
2009 Oct 22
2
menu.c32 selection bar visibility on serial console
...----------------------------------------------------------+ Unfortunately it's not possible to see what is selected while navigating through this menu with the up/down keys. This is the pxelinux.cfg/default: DEFAULT menu.c32 PROMPT 0 TIMEOUT 600 MENU TITLE Main MENU SEPARATOR MENU NOTABMSG MENU COLOR sel 1;7;37;40 #e0000000 #20ff8000 all LABEL 0 MENU LABEL Boot from Harddisk MENU default LOCALBOOT 0 TYPE 0x80 LABEL 1 MENU LABEL WDS - Windows Deployment Services KERNEL pxeboot.0 LABEL 2 MENU LABEL Debian --&...
2010 Apr 23
1
Path simple menu integrated progress indicator
...truct messages messages[MSG_COUNT] = { [MSG_AUTOBOOT] = {"autoboot", "Automatic boot in # second{,s}..."}, [MSG_TAB] = {"tabmsg", "Press [Tab] to edit options"}, + [MSG_LOAD] = {"loadmsg", "Loading"}, [MSG_NOTAB] = {"notabmsg", ""}, [MSG_PASSPROMPT] = {"passprompt", "Password required"}, }; diff -uprN syslinux-3.86-vanilla//com32/menu/vesamenu.c syslinux-3.86/com32/menu/vesamenu.c --- syslinux-3.86-vanilla//com32/menu/vesamenu.c 2010-03-31 11:24:25.000000000 -0500 +++ sysl...
2015 Jun 23
0
[patch] doc/menu.txt MENU RESOLUTION and others
...laced with the number of remaining seconds. The syntax "{singular,[dual,]plural}" can be used to conjugate appropriately. MENU TABMSG message - Replaces the message "Press [Tab] to edit options". + Replace the message "Press [Tab] to edit options". MENU NOTABMSG message - Takes the place of the TABMSG message if option editing is - disabled. Defaults to blank. + Take the place of the TABMSG message when the [Tab] key is not + allowed, i.e. if the possibility to edit the command is + disabled. Defaults to blank. MENU PASSPROMPT message - Replaces...