Skip to content
Snippets Groups Projects
Commit cd3e6a97 authored by Philip Müller's avatar Philip Müller
Browse files

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

parent e3a7fca6
No related branches found
No related tags found
No related merge requests found
...@@ -150,9 +150,9 @@ def install_grub(efi_directory, fw_type): ...@@ -150,9 +150,9 @@ def install_grub(efi_directory, fw_type):
def prepare_bootloader(fw_type): def prepare_bootloader(fw_type):
efi_directory = libcalamares.globalstorage.value("efiSystemPartition")
efi_boot_loader = libcalamares.job.configuration["efiBootLoader"]
if fw_type == "efi": if fw_type == "efi":
efi_boot_loader = libcalamares.job.configuration["efiBootLoader"]
efi_directory = libcalamares.globalstorage.value("efiSystemPartition")
partitions = libcalamares.globalstorage.value("partitions") partitions = libcalamares.globalstorage.value("partitions")
boot_p = "" boot_p = ""
device = "" device = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment