summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-03 07:15:16 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-03 07:15:16 +0000
commit26998d25e51b4df9a70bf7f7ff36c506336b42bf (patch)
tree239eb28097fb25169bf14bd387016da34ec4fb47 /instdata.py
parentfef033e3d6f4bc7e41ae073a45388c5b4402e6e3 (diff)
downloadanaconda-26998d25e51b4df9a70bf7f7ff36c506336b42bf.tar.gz
anaconda-26998d25e51b4df9a70bf7f7ff36c506336b42bf.tar.xz
anaconda-26998d25e51b4df9a70bf7f7ff36c506336b42bf.zip
short-circuit finding packages to upgrade if we already looked at this
upgrade root once (#62449)
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 9429d4618..9e53792f4 100644
--- a/instdata.py
+++ b/instdata.py
@@ -74,6 +74,7 @@ class InstallData:
self.rootParts = None
self.upgradeSwapInfo = None
self.upgradeDeps = ""
+ self.upgradeInfoFound = None
self.configFileData = self.tmpData
self.firstboot = FIRSTBOOT_DEFAULT