mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
[bootloader] move efi_(boot_loader|directory) to proper place
This commit is contained in:
parent
cd3e6a97de
commit
ebce8335bd
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue