summaryrefslogtreecommitdiffstats
path: root/pyanaconda/vnc.py
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2013-01-23 12:15:45 +0100
committerRadek Vykydal <rvykydal@redhat.com>2013-01-24 10:12:13 +0100
commit19f033f1fa1433a2e1d7cca1e40d49a0ebd21e78 (patch)
tree23b2eb17e2380df6149abe8bb37844390af79aef /pyanaconda/vnc.py
parent557b989803d9ffa5eb9a4dd32c200037a7b682de (diff)
downloadanaconda-19f033f1fa1433a2e1d7cca1e40d49a0ebd21e78.tar.gz
anaconda-19f033f1fa1433a2e1d7cca1e40d49a0ebd21e78.tar.xz
anaconda-19f033f1fa1433a2e1d7cca1e40d49a0ebd21e78.zip
Rename wait_for_dhcp pieces to say what they actually do
Diffstat (limited to 'pyanaconda/vnc.py')
-rw-r--r--pyanaconda/vnc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/vnc.py b/pyanaconda/vnc.py
index ac26fc7ee..d86c36c12 100644
--- a/pyanaconda/vnc.py
+++ b/pyanaconda/vnc.py
@@ -176,7 +176,7 @@ class VncServer:
def startServer(self):
self.log.info(_("Starting VNC..."))
- network.wait_for_dhcp()
+ network.wait_for_connecting_NM()
# Lets call it from here for now.
try: