Skip to content
Snippets Groups Projects
Commit ed44f240 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Don't fail.

parent 965570af
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ def prepare_bootloader(fw_type):
print("Boot partition: \"{!s}\"".format(boot_p))
print("Boot device: \"{!s}\"".format(device))
if not boot_device:
if not device:
print("WARNING: no EFI system partition or EFI system partition mount point not set.")
print(" >>> no EFI bootloader will be installed <<<")
return None
......
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