mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
[partition] Add support for zfs encryption when erase disk is selected
This commit is contained in:
parent
ee99ee48f6
commit
c48c91a5bd
2 changed files with 21 additions and 2 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue