Update iso_configs/calamares_settings/dev_64/bootloader-config
This commit is contained in:
parent
215851e9e8
commit
8cca529a1b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue