[PATCH] don't write network settings on image install

Brian C. Lane bcl at redhat.com
Sat Dec 1 05:14:56 UTC 2012


From: "Brian C. Lane" <bcl at redhat.com>

---
 pyanaconda/install.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/install.py b/pyanaconda/install.py
index 14bc4a5..1282d74 100644
--- a/pyanaconda/install.py
+++ b/pyanaconda/install.py
@@ -68,7 +68,7 @@ def doConfiguration(storage, payload, ksdata, instClass):
         ksdata.firewall.execute(storage, ksdata, instClass)
         ksdata.xconfig.execute(storage, ksdata, instClass)
 
-    if not flags.imageInstall:
+    if not flags.flags.imageInstall:
         with progress_report(_("Writing network configuration")):
             writeNetworkConf(storage, ksdata, instClass)
 
-- 
1.8.0



More information about the anaconda-patches mailing list