search for: passprompt

Displaying 10 results from an estimated 10 matches for "passprompt".

2007 Jun 01
1
SYSLINUX 3.50-pre16 released ... RELEASE CANDIDATE
...s in 3.50: * New keywords allow the type of file to be specified in the configuration file. * It is now supported to load a different configuration file with the CONFIG keyword. * Fix API call 0x0019 (Read Disk.) * MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows internationalization of menu messages. * A new feature, TEXT HELP, allows the administrator to set a multi-line help message for individual selections. * Fix API call 0x0012 (Cleanup, shuffle and boot.) * New API call "Cleanup, shuffle and boo...
2013 Mar 05
0
pxelinux.0 doesn't provide downloading progress from images
...DMAP german.kbd MENU WIDTH 80 MENU MARGIN 10 MENU PASSWORDMARGIN 3 MENU ROWS 12 MENU TABMSGROW 18 MENU CMDLINEROW 18 MENU ENDROW 24 MENU PASSWORDROW 11 MENU TIMEOUTROW 20 MENU MASTER PASSWD ***** MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben: #MENU AUTOBOOT Auswahl startet in # Sekunden menu color border 0 #ffffffff #ee000000 std menu color title 0 #ffffffff #ee000000 std menu color sel 0 #ffffffff #00dddddd std menu color unsel 0 #ffffffff #ee0...
2014 Dec 03
0
vesamenu back to text before booting
On Dec 3, 2014 3:54 AM, "Thorsten Glaser" <t.glaser at tarent.de> wrote: > > On Tue, 2 Dec 2014, H. Peter Anvin wrote: > > > This is the default unless the "quiet" option is set. > > Hmm. > It does not switch back to text mode when chaining to > https://www.mirbsd.org/MirOS/current/i386/boot renamed > to "pxebsd.0" (used to be
2007 Jun 09
1
SYSLINUX 3.50 released
...s in 3.50: * New keywords allow the type of file to be specified in the configuration file. * It is now supported to load a different configuration file with the CONFIG keyword. * Fix API call 0x0019 (Read Disk.) * MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows internationalization of menu messages. * A new feature, TEXT HELP, allows the administrator to set a multi-line help message for individual selections. * Fix API call 0x0012 (Cleanup, shuffle and boot.) * New API call "Cleanup, shuffle and boo...
2007 May 04
0
Error compiling patched pppd for zapras
...ignored, use -trigraphs to enable cc -o chat chat.o make[1]: Leaving directory `/usr/src/ppp-2.4.1b2.WORKING/chat' cd pppd/plugins; make all make[1]: Entering directory `/usr/src/ppp-2.4.1b2.WORKING/pppd/plugins' gcc -o minconn.so -shared -g -O2 -I.. -I../../include -fPIC minconn.c gcc -o passprompt.so -shared -g -O2 -I.. -I../../include -fPIC passprompt.c make -C pppoe -w pppoe.so make[2]: Entering directory `/usr/src/ppp-2.4.1b2.WORKING/pppd/plugins/pppoe' gcc -g -I.. -I../.. -I../../../include -D_linux_=1 -fPIC -c -o pppoe.o pppoe.c In file included from pppoe.c:21: pppoe.h:109:1: wa...
2014 Dec 03
4
vesamenu back to text before booting
On Tue, 2 Dec 2014, H. Peter Anvin wrote: > This is the default unless the "quiet" option is set. Hmm. tglaser at luna:/srv/tftp $ fgrep -ri quiet . Binary file ./hdt.c32 matches Binary file ./ldlinux.c32 matches Binary file ./vmlinuz matches Binary file ./linux.c32 matches Binary file ./debian-installer/jessie/amd64/linux matches Binary file ./debian-installer/jessie/i386/linux
2007 Nov 22
1
Re: pppoe domU: did you test userspace rp-pppoe?
Peter Jakobi wrote: > Hi Jiri, > > you already tested an ancient userspace-only rp-pppoe? > I''ve still one active, and trying this you could validate > your the rest of your setup, before looking at possible > kernel changes anew (strace, ltrace, logs, whatever)... > Hi Peter. No I did not. Do I have to compile it? Can you give me more info what to do?
2008 Oct 13
6
Strange Lockup
...#40000000 #20ffffff menu color scrollbar 30;47 #40000000 #20ffffff MENU WIDTH 80 MENU MARGIN 22 MENU PASSWORDMARGIN 26 MENU ROWS 6 MENU TABMSGROW 15 MENU CMDLINEROW 15 MENU ENDROW 24 MENU PASSWORDROW 12 MENU TIMEOUTROW 13 MENU VSHIFT 6 MENU PASSPROMPT Enter Password: NOESCAPE 1 ALLOWOPTIONS 0 ========================== pxelinux.cfg/ict.menu ================================ MENU TITLE ICT Support Services MENU BACKGROUND ictback.png label unattended MENU label ^Re install computer kernel bzImage_unattended appe...
2010 Apr 23
1
Path simple menu integrated progress indicator
...6 +97,7 @@ enum parameter_number { P_PASSWD_MARGIN, P_MENU_ROWS, P_TABMSG_ROW, + P_LOADMSG_ROW, P_CMDLINE_ROW, P_END_ROW, P_PASSWD_ROW, @@ -115,6 +116,7 @@ enum message_number { MSG_TITLE, MSG_AUTOBOOT, MSG_TAB, + MSG_LOAD, MSG_NOTAB, MSG_PASSPROMPT, @@ -188,6 +190,7 @@ int draw_background(const char *filename void set_resolution(int x, int y); void start_console(void); void local_cursor_enable(bool); +void draw_progress(const char *file, size_t cur, size_t total); static inline int my_isspace(char c) { @@ -227,4 +230,27 @@ void execute...
2015 Jun 23
0
[patch] doc/menu.txt MENU RESOLUTION and others
...ptions". 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 the message "Password required". + Replace the message "Password required". MENU COLOR element ansi foreground background shadow - Sets the color of element "element" to the specified color + Set the color of element "element" to t...