mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Don't do grubcfg if we're not installing any boot loader.
This commit is contained in:
parent
881bf67d22
commit
a878d9763f
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue