tar2fs: drop armh grub-efi support (not supported)

This commit is contained in:
Anton Midyukov 2023-04-17 12:59:41 +07:00
parent aa2320bb17
commit f4a4a6bff7

View File

@ -426,10 +426,6 @@ grub-efi)
chroot "$ROOTFS" grub-install --target=arm64-efi --recheck \
--removable --uefi-secure-boot
;;
armh)
chroot "$ROOTFS" grub-install --target=arm-efi --recheck \
--removable --uefi-secure-boot
;;
riscv64)
chroot "$ROOTFS" grub-install --target=riscv64-efi --recheck \
--removable --uefi-secure-boot