diff options
-rwxr-xr-x | Fedora-efi-grub2.sh | 2 | ||||
-rwxr-xr-x | run-all.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Fedora-efi-grub2.sh b/Fedora-efi-grub2.sh index 0c7c5a2..f243287 100755 --- a/Fedora-efi-grub2.sh +++ b/Fedora-efi-grub2.sh @@ -8,7 +8,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_aarch64="shim" +rpms_aarch64="shim grub2-efi-aa64" eval "rpms=\"\$rpms \$rpms_$(uname -m)\"" arch="$(uname -m)" @@ -7,13 +7,13 @@ case "$(hostname --short)" in arm-b32 | cubietruck) # rebuild images ./Fedora-efi-armv7.sh $FVER || exit 1 -# ./Fedora-efi-grub2.sh $FVER || exit 1 + ./Fedora-efi-grub2.sh $FVER || exit 1 ;; arm-b64) # rebuild images ./Fedora-efi-grub2.sh $FVER || exit 1 -# ./Fedora-efi-systemd.sh $FVER || exit 1 + ./Fedora-efi-systemd.sh $FVER || exit 1 ;; fedora) |