[bootloader] move efi_(boot_loader|directory) to proper place

This commit is contained in:
Philip 2015-02-20 00:32:46 +01:00
parent e3a7fca6f4
commit cd3e6a97de

View File

@ -150,9 +150,9 @@ def install_grub(efi_directory, fw_type):
def prepare_bootloader(fw_type): def prepare_bootloader(fw_type):
if fw_type == "efi":
efi_boot_loader = libcalamares.job.configuration["efiBootLoader"]
efi_directory = libcalamares.globalstorage.value("efiSystemPartition") efi_directory = libcalamares.globalstorage.value("efiSystemPartition")
efi_boot_loader = libcalamares.job.configuration["efiBootLoader"]
if fw_type == "efi":
partitions = libcalamares.globalstorage.value("partitions") partitions = libcalamares.globalstorage.value("partitions")
boot_p = "" boot_p = ""
device = "" device = ""