search for: c29f524

Displaying 1 result from an estimated 1 matches for "c29f524".

Did you mean: 296524
2010 Jun 07
0
[PATCH] extlinux: Add the --menu-save option to set the MENU SAVE value from the running system using extlinux
...00644 --- 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 the label to select as default on the next boot +.TP \fB\-r\fR, \fB\-\-...