com32/chain: option rename: mbrchs -> fixchs
authorMichal Soltys <soltys@ziu.info>
Tue, 8 Mar 2011 00:43:01 +0000 (01:43 +0100)
committerMichal Soltys <soltys@ziu.info>
Tue, 8 Mar 2011 00:43:01 +0000 (01:43 +0100)
Signed-off-by: Michal Soltys <soltys@ziu.info>
com32/chain/mangle.c
com32/chain/options.c
com32/chain/options.h
doc/chain.txt

index 1dea116..0aece16 100644 (file)
@@ -577,7 +577,7 @@ int manglepe_fixchs(struct part_iter *miter)
     struct disk_dos_part_entry *dp;
     int ridx;
 
-    if (!opt.mbrchs)
+    if (!opt.fixchs)
        return 0;
 
     if (miter->type != typedos) {
index 1896062..7d85061 100644 (file)
@@ -82,7 +82,7 @@ Usage:\n\
     hideall              Hide *all* partitions, unhide selected partition\n\
     unhide               Unhide primary partitions\n\
     unhideall            Unhide *all* partitions\n\
-    nombrchs             Walk *all* partitions and fix E/MBRs' chs values\n\
+    nofixchs             Walk *all* partitions and fix E/MBRs' chs values\n\
     nokeeppxe            Keep the PXE and UNDI stacks in memory (PXELINUX)\n\
     nowarn               Wait for a keypress to continue chainloading\n\
                          - useful to see emited warnings\n\
@@ -277,10 +277,10 @@ int opt_parse_args(int argc, char *argv[])
            opt.save = true;
        } else if (!strcmp(argv[i], "nosave")) {
            opt.save = false;
-       } else if (!strcmp(argv[i], "mbrchs")) {
-           opt.mbrchs = true;
-       } else if (!strcmp(argv[i], "nombrchs")) {
-           opt.mbrchs = false;
+       } else if (!strcmp(argv[i], "fixchs")) {
+           opt.fixchs = true;
+       } else if (!strcmp(argv[i], "nofixchs")) {
+           opt.fixchs = false;
        } else if (!strcmp(argv[i], "warn")) {
            opt.warn = true;
        } else if (!strcmp(argv[i], "nowarn")) {
index 17c6a73..2e60f2c 100644 (file)
@@ -30,7 +30,7 @@ struct options {
     bool bss;
     bool setbpb;
     bool filebpb;
-    bool mbrchs;
+    bool fixchs;
     bool warn;
     bool chain;
     uint16_t keeppxe;
index 2624310..66615bb 100644 (file)
@@ -45,7 +45,7 @@ or
 This is useful for invocations such as:
 
 chain.c32 hdN M setbpb save nochain
-chain.c32 hdN mbrchs nochain
+chain.c32 hdN fixchs nochain
 chain.c32 hdN unhideall nochain
 
 Please see respective options for more details.
@@ -207,8 +207,8 @@ one we're booting from. Hiding is performed only on the selected drive. Options
 starting with 'un' will simply unhide every partition (primary ones or all).
 Writing is only performed, if the os type values actually changed.
 
-       mbrchs
-       *nombrchs
+       fixchs
+       *nofixchs
 
 If you want to make a drive you're booting from totally compatible with current
 BIOS, you can use this to fix all partitions' CHS numbers. Good to silence e.g.
@@ -239,7 +239,7 @@ everything requested as usual, but it will not perform the actual chainloading.
 'nochain' option disables handover, file loading and sector mapping, as these
 are pointless in such scenario (although file might be reenabled in some future
 version, if writing to actual files becomes possible). Mainly useful for
-options 'mbrchs', '[un]hide[all]' and setbpb.
+options 'fixchs', '[un]hide[all]' and setbpb.
 
        isolinux=<file>
        sets: file=<file> nohand nosect isolinux