mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
define global storage
This commit is contained in:
parent
727f7859b7
commit
271122865f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue