Use correct zfs mountpoint

This commit is contained in:
oddlama 2021-05-30 02:56:53 +02:00
parent d75128a0f1
commit 4fac67ebdb
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 1 additions and 1 deletions

View File

@ -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 \