Disable IPv6 modules for 'noipv6' in /etc/modprobe.conf (#537887)
If users disable IPv6 during installation, modify /etc/modprobe.conf on
the target system rather than creating /etc/modprobe.d/noipv6. Keeps
things consistent with the rest of the modprobe changes in anaconda on
rhel5-branch.
---
network.py | 7 +++----
packages.py | 1 -
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/network.py b/network.py
index d79abc7..227a19e 100644
--- a/network.py
+++ b/network.py
@@ -604,11 +604,10 @@ class Network: