From 4fac67ebdb0805360b512d8356bc1ed5c0528a0d Mon Sep 17 00:00:00 2001 From: oddlama Date: Sun, 30 May 2021 02:56:53 +0200 Subject: [PATCH] Use correct zfs mountpoint --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 169d16b..f59611a 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -395,7 +395,7 @@ function format_zfs_standard() { # dnodesize=legacy might be needed for GRUB2, but auto is preferred for xattr=sa. zpool create \ - -R /mnt \ + -R "$ROOT_MOUNTPOINT" \ -o ashift=12 \ -O acltype=posix \ -O atime=off \