diff --git a/usr/lib/archboot/installer/bootloader_grub.sh b/usr/lib/archboot/installer/bootloader_grub.sh index 39464e09e..fe0a3ed56 100644 --- a/usr/lib/archboot/installer/bootloader_grub.sh +++ b/usr/lib/archboot/installer/bootloader_grub.sh @@ -24,6 +24,7 @@ _grub_common_before() { _FAIL_COMPLEX="" _RAID_ON_LVM="" _common_bootloader_checks + _abort_f2fs_bootpart || return 1 _abort_bcachefs_bootpart || return 1 if [[ ! -d "${_DESTDIR}/usr/lib/grub" ]]; then _PACKAGES="grub"