It works fine now --- fstab.d/efi | 10 ---------- 1 file changed, 10 deletions(-)
diff --git a/fstab.d/efi b/fstab.d/efi index 8fe688c..7211012 100755 --- a/fstab.d/efi +++ b/fstab.d/efi @@ -2,16 +2,6 @@ . /lib/partman/lib/base.sh -ARCH="$(archdetect)" -case $ARCH in - i386/mac|amd64/mac) - # Not yet sure what to do on Intel Macs. Mounting the EFI System - # Partition on /boot/efi will change the behaviour of grub-install, - # so it seems best to avoid it for the moment. - exit 0 - ;; -esac - # Resolve the device that is mounted as /cdrom cdrom_device= while IFS=" " read -r f1 f2 f3 f4 f5 f6 -- 2.39.5

