summaryrefslogtreecommitdiffstats
path: root/upgradeclass.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 /upgradeclass.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 'upgradeclass.py')
-rw-r--r--upgradeclass.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/upgradeclass.py b/upgradeclass.py
index f4650e53c..ca2c6a338 100644
--- a/upgradeclass.py
+++ b/upgradeclass.py
@@ -38,7 +38,9 @@ class InstallClass(BaseInstallClass):
"monitor",
"confirmupgrade",
"install",
+ "preinstallconfig",
"installpackages",
+ "postinstallconfig",
"instbootloader",
"bootdisk",
"complete"