[PATCH] Don't require network configuration in Live DVD (#962485)

Radek Vykydal rvykydal at redhat.com
Tue May 14 12:42:49 UTC 2013


---
 pyanaconda/ui/gui/spokes/network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
index 597419e..b8c1a14 100644
--- a/pyanaconda/ui/gui/spokes/network.py
+++ b/pyanaconda/ui/gui/spokes/network.py
@@ -1257,7 +1257,7 @@ class NetworkStandaloneSpoke(StandaloneSpoke):
 
     @property
     def completed(self):
-        return len(self.network_control_box.activated_connections()) > 0
+        return flags.livecdInstall or len(self.network_control_box.activated_connections()) > 0
 
     def initialize(self):
         StandaloneSpoke.initialize(self)
-- 
1.7.11.7



More information about the anaconda-patches mailing list