[anaconda][master][PATCH] Remove the -s/--script Anaconda option

Martin Kolman mkolman at redhat.com
Tue Jun 24 15:00:14 UTC 2014


Seems to be dead.

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

diff --git a/anaconda b/anaconda
index cbbedd6..6627ed4 100755
--- a/anaconda
+++ b/anaconda
@@ -266,7 +266,6 @@ def parseArguments(argv=None, boot_cmdline=None):
                     default="g")
     ap.add_argument("-G", "--graphical", dest="display_mode", action="store_const", const="g")
     ap.add_argument("-T", "--text", dest="display_mode", action="store_const", const="t")
-    ap.add_argument("-S", "--script", dest="display_mode", action="store_const", const="s")
 
     # Network
     ap.add_argument("--noipv6", action="store_true", default=False)
-- 
1.9.3



More information about the anaconda-patches mailing list