diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-22 04:34:03 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-22 04:34:03 +0000 |
commit | 84a52e618c99a2579d5203792081bd916585c70c (patch) | |
tree | 106d75f78581777fae1b415f9d59b654c66d66d4 /instdata.py | |
parent | 2f877812ad4dde15b825bed82c602e800a1d35ef (diff) | |
download | anaconda-84a52e618c99a2579d5203792081bd916585c70c.tar.gz anaconda-84a52e618c99a2579d5203792081bd916585c70c.tar.xz anaconda-84a52e618c99a2579d5203792081bd916585c70c.zip |
completed most heavy lifting to get upgrades back in place. Still need to finish fixing up swap file creation and do text mode.
Diffstat (limited to 'instdata.py')
-rw-r--r-- | instdata.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instdata.py b/instdata.py index c8c092f94..4ab91c451 100644 --- a/instdata.py +++ b/instdata.py @@ -48,6 +48,8 @@ class InstallData: self.diskset = partitioning.DiskSet() self.partrequests = partitioning.PartitionRequests(self.diskset) self.bootloader = bootloader.x86BootloaderInfo() + self.dependencies = [] + self.dbpath = None def setInstallProgressClass(self, c): self.instProgress = c |