summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-01 20:02:53 +0000
committerMatt Wilson <msw@redhat.com>1999-09-01 20:02:53 +0000
commit83f6cd3933c270090da0f73b739170700fb186bd (patch)
treeab2612715148379ef5e36aa96e0d1656fac858fb /todo.py
parentcdc89f48dbc26b629adb0d9c037dc839bb8e98f5 (diff)
downloadanaconda-83f6cd3933c270090da0f73b739170700fb186bd.tar.gz
anaconda-83f6cd3933c270090da0f73b739170700fb186bd.tar.xz
anaconda-83f6cd3933c270090da0f73b739170700fb186bd.zip
should write the X config now
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index 44249e07b..7f8e9972f 100644
--- a/todo.py
+++ b/todo.py
@@ -1044,6 +1044,12 @@ class ToDo:
self.writeTimezone()
pcmcia.createPcmciaConfig(self.instPath + "/etc/sysconfig/pcmcia")
self.copyConfModules ()
+ if not self.x.skip:
+ self.x.wite (self.instPath + "/etc/X11/XF96Config")
+ os.symlink ("../../usr/X11R6/bin/XF86_" + self.x.server,
+ self.instPath + "/etc/X11/X")
+ # XXX fixup inittab
+
self.installLilo ()
del syslog