From f4a4a6bff7476fa8f503681bff775e66b0367cfb Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Mon, 17 Apr 2023 12:59:41 +0700 Subject: [PATCH] tar2fs: drop armh grub-efi support (not supported) --- bin/tar2fs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/tar2fs b/bin/tar2fs index 0173e318..3bf4ff92 100755 --- a/bin/tar2fs +++ b/bin/tar2fs @@ -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