Don't do grubcfg if we're not installing any boot loader.
This commit is contained in:
parent
881bf67d22
commit
a878d9763f
@ -134,6 +134,9 @@ def run():
|
|||||||
|
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
|
if libcalamares.globalstorage.value("bootLoader") is None:
|
||||||
|
return None
|
||||||
|
|
||||||
partitions = libcalamares.globalstorage.value("partitions")
|
partitions = libcalamares.globalstorage.value("partitions")
|
||||||
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
||||||
branding = libcalamares.globalstorage.value("branding")
|
branding = libcalamares.globalstorage.value("branding")
|
||||||
|
Loading…
Reference in New Issue
Block a user