change configs to use binary files instead of metapackages

This commit is contained in:
MrReplikant 2024-01-09 14:47:31 +00:00
parent c44eb6e481
commit 215851e9e8
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-ia32
DEBIAN_FRONTEND=noninteractive chroot $CHROOT apt-get -y install grub-efi-ia32-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: