From ebce8335bdb8f55327bd5784a023bef0b8ffa791 Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 20 Feb 2015 00:33:16 +0100 Subject: [PATCH] [bootloader] move efi_(boot_loader|directory) to proper place --- src/modules/bootloader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bootloader/main.py b/src/modules/bootloader/main.py index 53f1a1368..210e4dada 100644 --- a/src/modules/bootloader/main.py +++ b/src/modules/bootloader/main.py @@ -150,8 +150,8 @@ def install_grub(efi_directory, fw_type): def prepare_bootloader(fw_type): - efi_directory = libcalamares.globalstorage.value("efiSystemPartition") efi_boot_loader = libcalamares.job.configuration["efiBootLoader"] + efi_directory = libcalamares.globalstorage.value("efiSystemPartition") if fw_type == "efi": partitions = libcalamares.globalstorage.value("partitions") boot_p = ""