summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-27 19:00:21 +0000
committerMatt Wilson <msw@redhat.com>2001-06-27 19:00:21 +0000
commit8bf1c802aade8d49dc1232a3f4b76c31559833b6 (patch)
treef22e29fcbbe94e3b524033a0bbec786dfff23d45 /instdata.py
parenta08363ea14356bc4077d922c80c0584db10b51ac (diff)
downloadanaconda-8bf1c802aade8d49dc1232a3f4b76c31559833b6.tar.gz
anaconda-8bf1c802aade8d49dc1232a3f4b76c31559833b6.tar.xz
anaconda-8bf1c802aade8d49dc1232a3f4b76c31559833b6.zip
defer writing inittab rl default and desktop until after we config X - write it at the same time we write the X config. Fixed writing of /etc/sysconfig/desktop
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/instdata.py b/instdata.py
index 9df3f0e44..37bcd0b2b 100644
--- a/instdata.py
+++ b/instdata.py
@@ -104,7 +104,6 @@ class InstallData:
self.firewall.write (instPath)
self.rootPassword.write (instPath, self.auth)
self.accounts.write (instPath, self.auth)
- self.desktop.write (instPath)
self.fsset.write (instPath)
def writeKS(self, filename):