[syslinux] [PATCH] utils/isohybrid.c: 007 (2nd try) Enable promised options -u, -m, -b

Thomas Schmitt scdbackup at gmx.net
Mon Jun 23 10:57:19 PDT 2014


My first attempt ro enable the short options for --uefi, --mac, --mbr
was faulty. Here is the second try.

This change enables the options -u, -m, -b as promised by the help text.

--- isohybrid.c.006_opt_mbr_standalone	2014-06-22 20:10:49.000000000 +0200
+++ isohybrid.c.007_short_opts_umb	2014-06-23 19:52:59.000000000 +0200
@@ -262,7 +262,7 @@ check_option(int argc, char *argv[])
     char *err = NULL;
     int n = 0, ind = 0;
 
-    const char optstr[] = ":h:s:e:o:t:i:fcp?vV";
+    const char optstr[] = ":h:s:e:o:t:i:b:umfcp?vV";
     struct option lopt[] = \
     {
         { "entry", required_argument, NULL, 'e' },


More information about the Syslinux mailing list