mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Use luksMapperName as check.
This commit is contained in:
parent
0b9c9022dd
commit
5ddd0f523b
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ def mount_partitions(root_mount_point, partitions):
|
|||
if fstype == "fat16" or fstype == "fat32":
|
||||
fstype = "vfat"
|
||||
|
||||
if partition["isLuks"]:
|
||||
if "luksMapperName" in partition:
|
||||
libcalamares.utils.debug("about to mount {!s}".format(partition["luksMapperName"]))
|
||||
libcalamares.utils.mount(partition["luksMapperName"],
|
||||
mount_point,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue