define global storage
This commit is contained in:
parent
727f7859b7
commit
271122865f
@ -38,6 +38,7 @@ def mount_partition(root_mount_point, partition, partitions):
|
||||
"""
|
||||
# Create mount point with `+` rather than `os.path.join()` because
|
||||
# `partition["mountPoint"]` starts with a '/'.
|
||||
global_storage = libcalamares.globalstorage
|
||||
raw_mount_point = partition["mountPoint"]
|
||||
if not raw_mount_point:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user