diff options
Diffstat (limited to 'backend/modules/bootloader')
-rw-r--r-- | backend/modules/bootloader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/bootloader b/backend/modules/bootloader index ac5185b..7f74e82 100644 --- a/backend/modules/bootloader +++ b/backend/modules/bootloader @@ -88,7 +88,7 @@ function install_grub() # install grub mkdir -p "$TARGET/boot/grub" if [ -d /sys/firmware/efi ]; then - if is_removeable "$cfg_bootloader_target" && [ "$apple" = 1 ]; then + if is_removeable "$cfg_bootloader_target" || [ "$apple" = 1 ]; then chroot_it grub-install --removeable &>/dev/null else chroot_it grub-install &>/dev/null |