diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-24 05:37:17 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-24 05:37:17 +0000 |
commit | 78e0380e40ce913b757b9656dad3e5a9bebd5022 (patch) | |
tree | 91c62a8cacf1fdfc3d3f8e44de4202fd184c636f /instdata.py | |
parent | 6f9a1b80d428cb9dc4a2e3bb9daab64f445779f1 (diff) | |
download | anaconda-78e0380e40ce913b757b9656dad3e5a9bebd5022.tar.gz anaconda-78e0380e40ce913b757b9656dad3e5a9bebd5022.tar.xz anaconda-78e0380e40ce913b757b9656dad3e5a9bebd5022.zip |
need this for the comps package copying too
Diffstat (limited to 'instdata.py')
-rw-r--r-- | instdata.py | 3 |
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() |