[PATCH 3/5] Add help texts for the ibft and noibft options

Martin Kolman mkolman at redhat.com
Wed Jun 11 13:56:27 UTC 2014


Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 anaconda                  | 5 +++--
 data/anaconda_options.txt | 6 ++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/anaconda b/anaconda
index 5c8702a..e283715 100755
--- a/anaconda
+++ b/anaconda
@@ -312,8 +312,9 @@ def parseArguments(argv=None, boot_cmdline=None):
     ap.add_argument("--nodmraid", dest="dmraid", action="store_false", default=True)
     ap.add_argument("--dmraid", action="store_true")
 
-    ap.add_argument("--noibft", dest="ibft", action="store_false", default=True)
-    ap.add_argument("--ibft", action="store_true")
+    ap.add_argument("--noibft", dest="ibft", action="store_false", default=True,
+                    help=help_parser.help_text("noibft"))
+    ap.add_argument("--ibft", action="store_true", help=help_parser.help_text("ibft"))
 
     # Geolocation
     ap.add_argument("--geoloc")
diff --git a/data/anaconda_options.txt b/data/anaconda_options.txt
index 1f0bb14..b4a8b55 100644
--- a/data/anaconda_options.txt
+++ b/data/anaconda_options.txt
@@ -1,3 +1,9 @@
+noibft
+Disable iBFT usage during the installation.
+
+ibft
+Enable iBFT (iSCSI Boot Firmware Table) usage during the installation (default).
+
 nomount
 Don't automatically mount any installed Linux partitions in rescue mode.
 
-- 
1.9.3



More information about the anaconda-patches mailing list