summaryrefslogtreecommitdiffstats
path: root/instdata.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 /instdata.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 'instdata.py')
-rw-r--r--instdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/instdata.py b/instdata.py
index 81e8032ac..9df3f0e44 100644
--- a/instdata.py
+++ b/instdata.py
@@ -74,6 +74,7 @@ class InstallData:
self.useFdisk = 0
self.useAutopartitioning = 1
self.upgradeRoot = None
+ self.upgradeSwapInfo = None
def setInstallProgressClass(self, c):
self.instProgress = c