summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2012-08-03 17:56:04 -0500
committerBrian C. Lane <bcl@redhat.com>2012-08-06 14:49:52 -0700
commitce09a2a857443326f61cfb4b17cf1e3ccf3dc921 (patch)
treeef430dde5d64138f3d781a75e4eff966d90d159b
parent20441daffcf6585b521cd0bc66ed97e1d183a428 (diff)
downloadanaconda-ce09a2a857443326f61cfb4b17cf1e3ccf3dc921.tar.gz
anaconda-ce09a2a857443326f61cfb4b17cf1e3ccf3dc921.tar.xz
anaconda-ce09a2a857443326f61cfb4b17cf1e3ccf3dc921.zip
ARM: clean up the kernel selection to be consistent with the rest of the code
Signed-off-by: Brian C. Lane <bcl@redhat.com>
-rw-r--r--pyanaconda/yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py
index 1ed2802d3..ab4a469fb 100644
--- a/pyanaconda/yuminstall.py
+++ b/pyanaconda/yuminstall.py
@@ -1473,7 +1473,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
if not foundkernel and iutil.isARM():
if anaconda.platform.armMachine is not None:
- selectKernel("kernel-" + anaconda.platform.armMachine)
+ selectKernel("kernel-%s" % anaconda.platform.armMachine)
foundkernel = True
if not foundkernel: