Use grub-blend instead of grub
This commit is contained in:
parent
9a2a16ef5f
commit
8987f37751
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue