[anaconda][master][PATCH] Remove the noipv6 Anaconda option

Martin Kolman mkolman at redhat.com
Tue Jun 24 12:52:36 UTC 2014


So it looks like noipv6 option is yet another option that Anaconda parses
but doesn't do anything with. The functionality that has been handled by
this option in the past seems to have moved to kernel (which uses the same
keyword) and we just check for "noipv6" being present on the boot command
line to apply our IPv6 tweaks.

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

diff --git a/anaconda b/anaconda
index cbbedd6..d1602cb 100755
--- a/anaconda
+++ b/anaconda
@@ -269,7 +269,6 @@ def parseArguments(argv=None, boot_cmdline=None):
     ap.add_argument("-S", "--script", dest="display_mode", action="store_const", const="s")
 
     # Network
-    ap.add_argument("--noipv6", action="store_true", default=False)
     ap.add_argument("--proxy")
 
     # Method of operation
-- 
1.9.3



More information about the anaconda-patches mailing list