define global storage

This commit is contained in:
Chrysostomus 2020-12-20 01:27:45 +02:00
parent 727f7859b7
commit 271122865f

View File

@ -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