Do not try to install the bootloader if a path is not defined.

main
Teo Mrnjavac 10 years ago
parent 87edd61278
commit 8c537daadc

@ -237,6 +237,9 @@ def run():
:return:
"""
if libcalamares.globalstorage.value("bootLoader") is None:
return None
fw_type = libcalamares.globalstorage.value("firmwareType")
prepare_bootloader(fw_type)

Loading…
Cancel
Save