[PATCH 4/9] Remove the autostep option

Martin Kolman mkolman at redhat.com
Mon Jun 9 16:26:01 UTC 2014


It does not do anything.

Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 anaconda | 1 -
 1 file changed, 1 deletion(-)

diff --git a/anaconda b/anaconda
index 1f51163..60f8f7e 100755
--- a/anaconda
+++ b/anaconda
@@ -272,7 +272,6 @@ def parseArguments(argv=None, boot_cmdline=None):
     ap.add_argument("--proxy")
 
     # Method of operation
-    ap.add_argument("--autostep", action="store_true", default=False)
     ap.add_argument("-d", "--debug", dest="debug", action="store_true", default=False)
     ap.add_argument("--ks", dest="ksfile", action="store_const", const="/run/install/ks.cfg")
     ap.add_argument("--kickstart", dest="ksfile")
-- 
1.9.3



More information about the anaconda-patches mailing list