diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-01 20:02:53 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-01 20:02:53 +0000 |
commit | 83f6cd3933c270090da0f73b739170700fb186bd (patch) | |
tree | ab2612715148379ef5e36aa96e0d1656fac858fb /todo.py | |
parent | cdc89f48dbc26b629adb0d9c037dc839bb8e98f5 (diff) | |
download | anaconda-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.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |