updated debian10

This commit is contained in:
terem42
2023-04-21 13:47:41 +02:00
parent fe173632ed
commit 9e2fcc5149

View File

@@ -537,7 +537,7 @@ echo "======= create zfs pools and datasets =========="
# shellcheck disable=SC2086
zpool create \
"$v_bpool_tweaks" -O canmount=off -O devices=off \
$v_bpool_tweaks -O canmount=off -O devices=off \
-o cachefile=/etc/zpool.cache \
-O mountpoint=/boot -R $c_zfs_mount_dir -f \
$v_bpool_name $pools_mirror_option "${bpool_disks_partitions[@]}"