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:
On Mon, Dec 10, 2012 at 03:28:00PM +0100, Radek Vykydal wrote:
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
Ack
anaconda-patches@lists.fedorahosted.org