summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-12-09 03:11:38 +0000
committerJeremy Katz <katzj@redhat.com>2005-12-09 03:11:38 +0000
commitac50ae70fac189b9c98b7146714cd3b709c1c69e (patch)
tree8c5f0d5cc9cdd86f82a061482e652dd5b732870d /anaconda
parentc0312afc492965a56da03cfa28746094a5a223b3 (diff)
downloadanaconda-ac50ae70fac189b9c98b7146714cd3b709c1c69e.tar.gz
anaconda-ac50ae70fac189b9c98b7146714cd3b709c1c69e.tar.xz
anaconda-ac50ae70fac189b9c98b7146714cd3b709c1c69e.zip
2005-12-08 Jeremy Katz <katzj@redhat.com>
* anaconda (startVNCServer): -once is back for Xvnc
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 13fbb167b..8b5fb1197 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",
+ "IdleTimeout=0", "-auth", "/dev/null", "-once",
"DisconnectClients=false", "desktop=%s" % (desktopname,)]
# set passwd if necessary