summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-17 19:43:14 +0000
committerChris Lumens <clumens@redhat.com>2006-05-17 19:43:14 +0000
commit05f798221952d905193a7c9299763ddb9d0409e5 (patch)
tree3ce6f6b7db55a0e85d622609b07ad2bce8a96de2 /bootloader.py
parent5f5e54c009a694d1b4c0d24ab5a98f75b73a6c9e (diff)
downloadanaconda-05f798221952d905193a7c9299763ddb9d0409e5.tar.gz
anaconda-05f798221952d905193a7c9299763ddb9d0409e5.tar.xz
anaconda-05f798221952d905193a7c9299763ddb9d0409e5.zip
Hook copyExtraModules back up to copy updated modules to the installed
system after installation (#185344).
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py
index d3e3d5222..e9dbac163 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -151,7 +151,7 @@ def writeBootloader(anaconda):
plainLabelUsed = 0
defkern = "kernel"
- for (version, nick) in anaconda.backend.kernelVersionList():
+ for (version, arch, nick) in anaconda.backend.kernelVersionList():
if plainLabelUsed:
kernelList.append(("%s-%s" %(kernelLabel, nick),
"%s-%s" %(kernelLongLabel, nick),