summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-21 13:32:48 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 15:07:56 -0500
commit36be32c25452a08b5950f991d61013b91e9e5771 (patch)
tree7d15cd1d8177c79179effe050e6f7c72b020f4cb /backend.py
parent37141a9a3fabaac4d7d525fa87f9c9983977016b (diff)
downloadanaconda-36be32c25452a08b5950f991d61013b91e9e5771.tar.gz
anaconda-36be32c25452a08b5950f991d61013b91e9e5771.tar.xz
anaconda-36be32c25452a08b5950f991d61013b91e9e5771.zip
Last attribute out of InstallData, please turn out the lights.
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.py b/backend.py
index 45dcb3c06..9130f55a0 100644
--- a/backend.py
+++ b/backend.py
@@ -97,7 +97,7 @@ class AnacondaBackend:
#always copy the firmware files from DD
self.copyFirmware(anaconda)
- if anaconda.id.extraModules or has_iscsi_disk:
+ if anaconda.extraModules or has_iscsi_disk:
for (n, arch, tag) in self.kernelVersionList(anaconda.rootPath):
packages.recreateInitrd(n, anaconda.rootPath)