define global storage

main
Chrysostomus 4 years ago
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…
Cancel
Save