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

[bootloader] proper arrangement

parent 4759279f
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
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