summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-07 19:53:41 +0000
committerMatt Wilson <msw@redhat.com>1999-08-07 19:53:41 +0000
commit46cf189b32cdd063bfb3d155a95dd021f18e7e88 (patch)
treef15207a39831688b5518e0833da2c96b00af65af /anaconda
parentd85bf1c5a3d4eea0eb897033d11915517a1b86e6 (diff)
downloadanaconda-46cf189b32cdd063bfb3d155a95dd021f18e7e88.tar.gz
anaconda-46cf189b32cdd063bfb3d155a95dd021f18e7e88.tar.xz
anaconda-46cf189b32cdd063bfb3d155a95dd021f18e7e88.zip
added logfile
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 9bbca6919..4f0d253ec 100755
--- a/anaconda
+++ b/anaconda
@@ -185,7 +185,7 @@ EndSection
server = os.fork()
if (not server):
os.execv(serverPath, [serverPath, ':1', '-xf86config',
- '/tmp/XF86Config'])
+ '/tmp/XF86Config'], 'vt5')
child = os.fork()
if (child):
os.waitpid(child, 0)