mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Mount correctly.
This commit is contained in:
parent
43ae4eac80
commit
db63109539
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def mount_partitions(root_mount_point, partitions):
|
|||
|
||||
if "luksMapperName" in partition:
|
||||
libcalamares.utils.debug("about to mount {!s}".format(partition["luksMapperName"]))
|
||||
libcalamares.utils.mount(partition["luksMapperName"],
|
||||
libcalamares.utils.mount("/dev/mapper/{!s}".format(partition["luksMapperName"]),
|
||||
mount_point,
|
||||
fstype,
|
||||
partition.get("options", ""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue