summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/instdata.py b/instdata.py
index 9813b7197..62f9f01d2 100644
--- a/instdata.py
+++ b/instdata.py
@@ -68,14 +68,9 @@ class InstallData:
self.diskset = partedUtils.DiskSet(anaconda)
self.partitions = partitions.Partitions()
self.bootloader = bootloader.getBootloader()
- self.dependencies = []
- self.dbpath = None
self.upgradeRoot = None
self.rootParts = None
self.upgradeSwapInfo = None
- self.upgradeDeps = ""
- self.upgradeRemove = []
- self.upgradeInfoFound = None
if rhpl.getArch() == "s390":
self.firstboot = FIRSTBOOT_SKIP
@@ -271,10 +266,6 @@ class InstallData:
self.extraModules = extraModules
self.floppyDevice = floppyDevice
self.fsset = fsset.FileSystemSet()
- self.excludeDocs = 0
-
- if flags.cmdline.has_key("excludedocs"):
- self.excludeDocs = 1
self.methodstr = methodstr
self.reset(anaconda)