[PATCH f18-branch] Wait for slower dhcp before running vnc server (#868777)

Radek Vykydal rvykydal at redhat.com
Mon Dec 10 14:28:00 UTC 2012


Regards NM's default autoconnections.
---
 pyanaconda/vnc.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/vnc.py b/pyanaconda/vnc.py
index 2cdc947..833e2b5 100644
--- a/pyanaconda/vnc.py
+++ b/pyanaconda/vnc.py
@@ -170,6 +170,7 @@ class VncServer:
 
     def startServer(self):
         self.log.info(_("Starting VNC..."))
+        network.wait_for_dhcp()
 
         # Lets call it from here for now.
         try:
-- 
1.7.11.7



More information about the anaconda-patches mailing list