Skip to content
Snippets Groups Projects
Commit db631095 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Mount correctly.

parent 43ae4eac
No related branches found
No related tags found
No related merge requests found
......@@ -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", ""),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment