[partition] Add support for zfs encryption when erase disk is selected

This commit is contained in:
dalto 2021-11-13 09:31:23 -06:00
parent ee99ee48f6
commit c48c91a5bd
2 changed files with 21 additions and 2 deletions

View file

@ -118,7 +118,6 @@ def mount_partition(root_mount_point, partition, partitions):
raise Exception("Internal error mounting zfs datasets")
for zfs_pool in zfs_pool_list:
libcalamares.utils.warning("Poolname: " + zfs_pool["poolName"] + " mountpoint: " + zfs_pool["mountpoint"])
if zfs_pool["mountpoint"] == partition["mountPoint"]:
pool_name = zfs_pool["poolName"]
ds_name = zfs_pool["dsName"];