summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.efi
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-03-02 17:28:49 -0500
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2009-03-02 17:28:49 -0500
commite385fd452e4868864432327817d864ea7e2340b9 (patch)
treee885a8942be8e203770896cf77981da7c9fe01d8 /scripts/mk-images.efi
parentfa09a3e7fae090a6dbd6ce51a46bb479d837f1ee (diff)
downloadanaconda-e385fd452e4868864432327817d864ea7e2340b9.tar.gz
anaconda-e385fd452e4868864432327817d864ea7e2340b9.tar.xz
anaconda-e385fd452e4868864432327817d864ea7e2340b9.zip
Switch mk-images.efi to use grub.i586 instead of grub.i386.
Since, you know, there's not going to be a grub.i386 any more, I figured we ought to ask for the right package.
Diffstat (limited to 'scripts/mk-images.efi')
-rw-r--r--scripts/mk-images.efi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.efi b/scripts/mk-images.efi
index ed71356ad..6c95628d9 100644
--- a/scripts/mk-images.efi
+++ b/scripts/mk-images.efi
@@ -167,7 +167,7 @@ makeEfiImages() {
if [ "$kernelvers" != "$kernelxen" ]; then
local grubarch=${efiarch}
case ${efiarch} in
- ia32) grubarch=i386 ;;
+ ia32) grubarch=i586 ;;
x64) grubarch=x86_64 ;;
esac