fixed the grub issue

This commit is contained in:
Sohrab Behdani 2024-04-08 16:40:54 +03:30
parent f04d3ccbcf
commit 9d8ac7dac8
2 changed files with 3 additions and 2 deletions

View file

@ -20,6 +20,7 @@ strings:
shortVersion: Rolling
versionedName: Parch Linux Rolling
shortVersionedName: ParchLinux
bootloaderEntryName: Parch
images:
productIcon: "logo.png"

View file

@ -14,7 +14,7 @@
# Define which bootloader you want to use for EFI installations
# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
efiBootLoader: "systemd-boot"
efiBootLoader: "grub"
# systemd-boot configuration files settings, set kernel search path, kernel name
# and amount of time before default selection boots
@ -73,4 +73,4 @@ efiBootMgr: "efibootmgr"
# seems to be the only one). If you set this to false, take care
# to add another module to optionally install the fallback on those
# boards that need it.
installEFIFallback: true
installEFIFallback: false