From 15c3f1565ced5055f344984f0b09bd9e2ffbe39a Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 24 Feb 2025 22:11:01 +0330 Subject: [PATCH] fixed typo --- etc/calamares/modules/bootloader.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/calamares/modules/bootloader.conf b/etc/calamares/modules/bootloader.conf index cedcc7c..1ac9c9b 100644 --- a/etc/calamares/modules/bootloader.conf +++ b/etc/calamares/modules/bootloader.conf @@ -1,5 +1,5 @@ # Possible options are 'grub', 'sb-shim' and 'systemd-boot'. -efiBootLoader: "systemd-boot" +efiBootLoader: "grub" kernelSearchPath: "/usr/lib/modules" #kernelName: "vmlinuz" @@ -21,4 +21,4 @@ installEFIFallback: false loaderEntries: - "timeout 5" - "console-mode auto" - - "reboot-for-bitlocker 1" \ No newline at end of file + - "reboot-for-bitlocker 1"