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
On 06/09/2014 10:04 AM, Alexey Orishko wrote:> 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 suppress the prompt use "MENU TABMSG" with a blank message. "MENU NOTABMSG" is only used when option editing is disabled, i.e. "ALLOWOPTIONS 0" is set. -hpa
On Mon, Jun 9, 2014 at 8:17 PM, H. Peter Anvin <hpa at zytor.com> wrote:> If you want to just suppress the prompt use "MENU TABMSG" with a blank > message. "MENU NOTABMSG" is only used when option editing is disabled, > i.e. "ALLOWOPTIONS 0" is set.Thanks, ALLOWOPTIONS 0 solved the problem. Regards, Alexey