set bootloader name for efi to avoid problems with Luks

This commit is contained in:
Matti Hyttinen 2021-08-14 21:59:51 +00:00
parent f0557b5eea
commit 6502ac4753

View file

@ -58,7 +58,7 @@ write_bootloader_conf(){
echo 'grubCfg: "/boot/grub/grub.cfg"' >> "$conf"
echo 'grubProbe: "grub-probe"' >> "$conf"
echo 'efiBootMgr: "efibootmgr"' >> "$conf"
echo '#efiBootloaderId: "dirname"' >> "$conf"
echo 'efiBootloaderId: "manjaro"' >> "$conf"
echo 'installEFIFallback: true' >> "$conf"
}