Use correct zfs mountpoint
This commit is contained in:
parent
d75128a0f1
commit
4fac67ebdb
|
@ -395,7 +395,7 @@ function format_zfs_standard() {
|
||||||
|
|
||||||
# dnodesize=legacy might be needed for GRUB2, but auto is preferred for xattr=sa.
|
# dnodesize=legacy might be needed for GRUB2, but auto is preferred for xattr=sa.
|
||||||
zpool create \
|
zpool create \
|
||||||
-R /mnt \
|
-R "$ROOT_MOUNTPOINT" \
|
||||||
-o ashift=12 \
|
-o ashift=12 \
|
||||||
-O acltype=posix \
|
-O acltype=posix \
|
||||||
-O atime=off \
|
-O atime=off \
|
||||||
|
|
Loading…
Reference in New Issue