[PATCH rhel7-branch] Don't require network in standalone spoke for media installs (#1066807)

Radek Vykydal rvykydal at redhat.com
Tue Feb 25 14:19:04 UTC 2014


Resolves: rhbz#1066807
---
 pyanaconda/ui/gui/spokes/network.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
index 96a1bc5..d4f4faa 100644
--- a/pyanaconda/ui/gui/spokes/network.py
+++ b/pyanaconda/ui/gui/spokes/network.py
@@ -1431,7 +1431,8 @@ class NetworkStandaloneSpoke(StandaloneSpoke):
     @property
     def completed(self):
         return (not flags.can_touch_runtime_system("require network connection")
-                or nm.nm_activated_devices())
+                or nm.nm_activated_devices()
+                or self.data.method.method not in ("url", "nfs"))
 
     def initialize(self):
         register_secret_agent(self)
-- 
1.7.11.7



More information about the anaconda-patches mailing list