mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[bootloader] proper arrangement
This commit is contained in:
parent
4759279fab
commit
df9a2e38a8
1 changed files with 2 additions and 2 deletions
|
@ -171,9 +171,9 @@ def prepare_bootloader(fw_type):
|
|||
print("Boot device: \"{!s}\"".format(device))
|
||||
subprocess.call(["sgdisk", "--typecode={!s}:EF00".format(boot_p), "{!s}".format(device)])
|
||||
if (efi_boot_loader == "gummiboot" and fw_type == "efi"):
|
||||
install_gummiboot(efi_directory)
|
||||
install_gummiboot(efi_directory)
|
||||
else:
|
||||
install_grub(efi_directory, fw_type)
|
||||
install_grub(efi_directory, fw_type)
|
||||
|
||||
|
||||
def run():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue