summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-28 01:53:55 +0000
committerMatt Wilson <msw@redhat.com>1999-06-28 01:53:55 +0000
commitea2af04b0823acbc4d2872a6fa5232c73822f3aa (patch)
treeec4a5c598909705da44af219664c4e5c7772e022 /anaconda
parent283e316e5d254606b61c2dc8bf33f14004a63c52 (diff)
downloadanaconda-ea2af04b0823acbc4d2872a6fa5232c73822f3aa.tar.gz
anaconda-ea2af04b0823acbc4d2872a6fa5232c73822f3aa.tar.xz
anaconda-ea2af04b0823acbc4d2872a6fa5232c73822f3aa.zip
s/xf86conifg/xf86config/
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index b32966a5a..84f501402 100755
--- a/anaconda
+++ b/anaconda
@@ -63,8 +63,8 @@ if (mode == 'g' and not os.environ.has_key('DISPLAY')):
os.environ['DISPLAY'] = ':0'
server = os.fork()
if (not server):
- os.execv('/usr/X11R6/bin/XF86_FBDev', ['/usr/X11R6/bin/XF86_FBDev',
- '-xf86conifg', imagepath + '/etc/X11/XF86Config'])
+ os.execv('/usr/X11R6/bin/XF86_VGA16', ['/usr/X11R6/bin/XF86_VGA16',
+ '-xf86config', imagepath + '/etc/X11/XF86Config'])
child = os.fork()
if (child):
os.waitpid(child, 0)