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 \