summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'instdata.py')
-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()