summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-09 23:35:14 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-09 23:35:14 +0000
commit08b32cdf09c480e544bffeb56a8667766c218d97 (patch)
tree803cafb0da480d79aa698b79e04434ff64447856 /installclass.py
parent00679f23c36200a9f10ec9118141c8a7d7e164c9 (diff)
downloadanaconda-08b32cdf09c480e544bffeb56a8667766c218d97.tar.gz
anaconda-08b32cdf09c480e544bffeb56a8667766c218d97.tar.xz
anaconda-08b32cdf09c480e544bffeb56a8667766c218d97.zip
split install step into three separate steps, doPreInstall, doInstall,
and doPostInstall write out fstab at the end of doPreInstall
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index 548231dc0..ac8647be3 100644
--- a/installclass.py
+++ b/installclass.py
@@ -95,7 +95,9 @@ class BaseInstallClass:
"confirminstall",
"enablefilesystems",
"install",
+ "preinstallconfig",
"installpackages",
+ "postinstallconfig",
"writeconfig",
"instbootloader",
"writexconfig",