Don't do grubcfg if we're not installing any boot loader.

main
Teo Mrnjavac 10 years ago
parent 881bf67d22
commit a878d9763f

@ -134,6 +134,9 @@ def run():
:return:
"""
if libcalamares.globalstorage.value("bootLoader") is None:
return None
partitions = libcalamares.globalstorage.value("partitions")
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
branding = libcalamares.globalstorage.value("branding")

Loading…
Cancel
Save