summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-07 01:30:09 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-07 01:30:09 +0000
commitf255e7a66c1b09c57d777a643cfa4038007b8500 (patch)
tree398ce96652f18ca23be8d06069047f76895c5385 /instdata.py
parent2c6d19c72fa042b07100eece9157db4412df6500 (diff)
downloadanaconda-f255e7a66c1b09c57d777a643cfa4038007b8500.tar.gz
anaconda-f255e7a66c1b09c57d777a643cfa4038007b8500.tar.xz
anaconda-f255e7a66c1b09c57d777a643cfa4038007b8500.zip
fstab is written out pre-install, so don't write it out post-install. move
%post action to actually be written out after all other configuration information since that's more sensible (50869)
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instdata.py b/instdata.py
index c5eee700d..638b2069e 100644
--- a/instdata.py
+++ b/instdata.py
@@ -100,7 +100,7 @@ class InstallData:
self.firewall.write (instPath)
self.rootPassword.write (instPath, self.auth)
self.accounts.write (instPath, self.auth)
- self.fsset.write (instPath)
+ self.instClass.postAction(instPath, flags.serial)
def writeKS(self, filename):
# make it so only root can read, could have password