summaryrefslogtreecommitdiffstats
path: root/upgradeclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-27 06:27:58 +0000
committerMatt Wilson <msw@redhat.com>2001-06-27 06:27:58 +0000
commit2bba38c5baec17e551edab1b3fbfb62d8f315e5b (patch)
treecb8bc51e99a07d940ebc583b44e1de73bb8523cc /upgradeclass.py
parent08a3c481379fbf7d89894ab44a8805f155e0d0e9 (diff)
downloadanaconda-2bba38c5baec17e551edab1b3fbfb62d8f315e5b.tar.gz
anaconda-2bba38c5baec17e551edab1b3fbfb62d8f315e5b.tar.xz
anaconda-2bba38c5baec17e551edab1b3fbfb62d8f315e5b.zip
break upgrade swap suggestion out into another step and store its findings in
instdata.
Diffstat (limited to 'upgradeclass.py')
-rw-r--r--upgradeclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgradeclass.py b/upgradeclass.py
index 1319b0aaf..b0fadb152 100644
--- a/upgradeclass.py
+++ b/upgradeclass.py
@@ -24,6 +24,7 @@ class InstallClass(BaseInstallClass):
"findinstall",
"partitionobjinit",
"upgrademount",
+ "upgradeswapsuggestion",
"addswap",
"upgradecontinue",
"readcomps",