noauto set rpool name fix (#63)

* rpool ref fix

* dropbear update
This commit is contained in:
terem42
2023-10-10 17:05:37 +02:00
committed by GitHub
parent 23ec2c0e89
commit 3b9724e6af
6 changed files with 6 additions and 6 deletions

View File

@@ -842,7 +842,7 @@ chroot_execute "update-grub"
echo "======= setting up zed =========="
if [[ $v_zfs_experimental == "1" ]]; then
chroot_execute "zfs set canmount=noauto rpool"
chroot_execute "zfs set canmount=noauto $v_rpool_name"
else
initial_load_debian_zed_cache
fi