search for: long_only_opt

Displaying 3 results from an estimated 3 matches for "long_only_opt".

2013 Jan 10
0
[PATCH] in.tftpd: Allow chdir w/o root, improve I/O
.../read_ahead() to use multiple buffers instead of just two, but this code is intertwined with the server mechanics in a way that makes leaning on stdio a *lot* simpler.) Lastly, there were a couple of minor nits: the "toplevel" variable being defined twice, and a trailing comma in the long_only_options enum. Patch is attached, and applies to current tftp-hpa git master. --Daniel -- Daniel Richard G. || danielg at teragram.com || Software Developer Teragram Linguistic Technologies (a division of SAS) http://www.teragram.com/ -------------- next part -------------- A non-text attachment w...
2010 Jun 07
0
[PATCH] extlinux: Add the --menu-save option to set the MENU SAVE value from the running system using extlinux
...a/libinstaller/syslxopt.h b/libinstaller/syslxopt.h index d925fa3..dfa6dc7 100644 --- a/libinstaller/syslxopt.h +++ b/libinstaller/syslxopt.h @@ -13,6 +13,7 @@ struct sys_options { const char *directory; const char *device; unsigned int offset; + const char *menu_save; }; enum long_only_opt { diff --git a/man/extlinux.1 b/man/extlinux.1 index 426eeb3..c29f524 100644 --- a/man/extlinux.1 +++ b/man/extlinux.1 @@ -28,6 +28,9 @@ Clear the boot-once command. \fB\-o\fR, \fB\-\-once\fR=\fIcommand\fR Execute a command once upon boot. .TP +\fB\-M\fR, \fB\-\-menu\-save\fR=\fIlabel\fR +Set th...
2010 Apr 30
4
Syslinux 4.00-pre40 now a Release Candidate
I just released Syslinux 4.00-pre40. This is now a Release Candidate, meaning that it is on track to be released as it currently is unless I hear back about currently unexpected problems. If you have a chance, please pretty please test it. -hpa