mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Don't fail.
This commit is contained in:
parent
965570af96
commit
ed44f24048
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ def prepare_bootloader(fw_type):
|
||||||
print("Boot partition: \"{!s}\"".format(boot_p))
|
print("Boot partition: \"{!s}\"".format(boot_p))
|
||||||
print("Boot device: \"{!s}\"".format(device))
|
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("WARNING: no EFI system partition or EFI system partition mount point not set.")
|
||||||
print(" >>> no EFI bootloader will be installed <<<")
|
print(" >>> no EFI bootloader will be installed <<<")
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue