mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[bootloader] move efi_(boot_loader|directory) to proper place
This commit is contained in:
parent
e3a7fca6f4
commit
cd3e6a97de
1 changed files with 2 additions and 2 deletions
|
@ -150,9 +150,9 @@ 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"]
|
||||
if fw_type == "efi":
|
||||
efi_boot_loader = libcalamares.job.configuration["efiBootLoader"]
|
||||
efi_directory = libcalamares.globalstorage.value("efiSystemPartition")
|
||||
partitions = libcalamares.globalstorage.value("partitions")
|
||||
boot_p = ""
|
||||
device = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue