summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-14 17:41:36 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-14 17:41:36 +0000
commitac26d32fdc63cd027c0737457564fe1f0c7911fa (patch)
tree5494c8ce9ae369643bda26dddbdc2017bd64e9d5 /instdata.py
parent4bcd62e89b6bcbdd4c8d3ab0fbfaa3a352400cd6 (diff)
downloadanaconda-ac26d32fdc63cd027c0737457564fe1f0c7911fa.tar.gz
anaconda-ac26d32fdc63cd027c0737457564fe1f0c7911fa.tar.xz
anaconda-ac26d32fdc63cd027c0737457564fe1f0c7911fa.zip
a broken trigger in an old linuxconf package really causes problems on
upgrade. let's do a pre-emptive removal of the package but make it general enough so that we can use it in the future for other problem packages if we have to (#54120, #72888, #81781)
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 9e53792f4..eba4fea4a 100644
--- a/instdata.py
+++ b/instdata.py
@@ -74,6 +74,7 @@ class InstallData:
self.rootParts = None
self.upgradeSwapInfo = None
self.upgradeDeps = ""
+ self.upgradeRemove = []
self.upgradeInfoFound = None
self.configFileData = self.tmpData
self.firstboot = FIRSTBOOT_DEFAULT