Use grub-blend instead of grub

This commit is contained in:
Rudra Saraswat 2023-04-21 19:14:32 +05:30
parent 9a2a16ef5f
commit 8987f37751

View file

@ -243,7 +243,7 @@ def inst_setup_base(config):
def inst_bootloader(config):
# Install GRUB
install_pkgs('grub', 'os-prober')
install_pkgs('grub-blend', 'os-prober')
# Install bootloader
if 'NVIDIA' in subprocess.check_output(['lspci']).decode('utf-8'):
exec_chroot(