[PATCH] [grub-installer] Drop workaround for Intel-based Macs
It works fine now
---
debian/isinstallable | 5 -----
1 file changed, 5 deletions(-)
diff --git a/debian/isinstallable b/debian/isinstallable
index af53d782..c869b7e4 100755
--- a/debian/isinstallable
+++ b/debian/isinstallable
@@ -9,11 +9,6 @@ ARCH="$(archdetect)"
case $ARCH in
i386/mac|amd64/mac)
- # Note: depends on partman-efi to load the efivars module!
- if [ -d /sys/firmware/efi ]; then
- log "GRUB not yet usable on Intel-based Macs booted using EFI"
- exit 1
- fi
;;
mipsel/loongson-2f)
;;
--
2.39.5
Reply to: