summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-24 05:37:17 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-24 05:37:17 +0000
commit78e0380e40ce913b757b9656dad3e5a9bebd5022 (patch)
tree91c62a8cacf1fdfc3d3f8e44de4202fd184c636f
parent6f9a1b80d428cb9dc4a2e3bb9daab64f445779f1 (diff)
downloadanaconda-78e0380e40ce913b757b9656dad3e5a9bebd5022.tar.gz
anaconda-78e0380e40ce913b757b9656dad3e5a9bebd5022.tar.xz
anaconda-78e0380e40ce913b757b9656dad3e5a9bebd5022.zip
need this for the comps package copying too
-rw-r--r--instdata.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/instdata.py b/instdata.py
index 75cf2f88c..6e27ea34a 100644
--- a/instdata.py
+++ b/instdata.py
@@ -171,5 +171,8 @@ class InstallData:
self.extraModules = extraModules
self.floppyDevice = floppyDevice
self.fsset = fsset.FileSystemSet()
+
+ # FIXME: this is a major hack to get the comps package installed
+ self.compspkg = None
self.reset()