aboutsummaryrefslogtreecommitdiffstats
path: root/Fedora-efi-grub2.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-30 14:32:36 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-30 14:32:36 +0100
commitf7c1fb7444c9598a6868649f56cf3672237c63ac (patch)
tree2aa12f8c4e1a275e3f7c540b9f65feeb92ec5527 /Fedora-efi-grub2.sh
parent0733e6725b7bfe3b3487d8fd69a2a15474509506 (diff)
downloadimagefish-f7c1fb7444c9598a6868649f56cf3672237c63ac.tar.gz
f31 arm tweaks #2
Diffstat (limited to 'Fedora-efi-grub2.sh')
-rwxr-xr-xFedora-efi-grub2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Fedora-efi-grub2.sh b/Fedora-efi-grub2.sh
index f243287..11a56ea 100755
--- a/Fedora-efi-grub2.sh
+++ b/Fedora-efi-grub2.sh
@@ -7,7 +7,7 @@ rpms="-grubby -dracut-config-rescue dracut-config-generic"
rpms_i686="grub2-efi-ia32 grub2-pc"
rpms_x86_64="shim grub2-efi-x64 grub2-pc"
-rpms_armhfp=""
+rpms_armhfp="grub2-efi-arm"
rpms_aarch64="shim grub2-efi-aa64"
eval "rpms=\"\$rpms \$rpms_$(uname -m)\""