Update iso_configs/calamares_settings/dev_64/bootloader-config

This commit is contained in:
MrReplikant 2024-01-09 14:48:01 +00:00
parent 215851e9e8
commit 8cca529a1b
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ echo "Running bootloader-config..."
if [ -d /sys/firmware/efi/efivars ]; then
echo " * Installing grub-efi (uefi)..."
DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y install grub-efi-amd64
DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y install grub-efi-amd64-bin
else
echo " * install grub... (bios)"
DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y install grub-pc
DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y install grub-pc-bin
fi
# Re-enable os-prober: