summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2005-12-08 15:03:30 +0000
committerDavid Cantrell <dcantrell@redhat.com>2005-12-08 15:03:30 +0000
commit2b029e33dd81834110f934e886a9b49917e4f04f (patch)
tree41e1f6802023e1d842ecd86a268d200643e65c0d /anaconda
parent09ab4c6d97879259964653510f360de2d11935c7 (diff)
downloadanaconda-2b029e33dd81834110f934e886a9b49917e4f04f.tar.gz
anaconda-2b029e33dd81834110f934e886a9b49917e4f04f.tar.xz
anaconda-2b029e33dd81834110f934e886a9b49917e4f04f.zip
Removed the -once switch for starting the vnc server.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 8b5fb1197..13fbb167b 100755
--- a/anaconda
+++ b/anaconda
@@ -139,7 +139,7 @@ def startVNCServer(vncpassword="", root='/', vncconnecthost="",
if not vncpid:
args = [ root + "/usr/bin/Xvnc", ":1", "-nevershared",
"-depth", "16", "-geometry", "800x600",
- "IdleTimeout=0", "-auth", "/dev/null", "-once",
+ "IdleTimeout=0", "-auth", "/dev/null",
"DisconnectClients=false", "desktop=%s" % (desktopname,)]
# set passwd if necessary