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

@@ -832,7 +832,7 @@ chroot_execute "update-grub"
echo "======= setting up zed =========="
chroot_execute "zfs set canmount=noauto rpool"
chroot_execute "zfs set canmount=noauto $v_rpool_name"
echo "======= setting mountpoints =========="
chroot_execute "zfs set mountpoint=legacy $v_bpool_name/BOOT/ubuntu"