removed -O primarycache=metadata from installer

This commit is contained in:
2024-11-01 21:30:07 -04:00
parent 88fd69ab9f
commit 2d5fbb8555

View File

@@ -110,7 +110,6 @@ def create_zfs_pool(pool_disks: Sequence[str], mnt_dir: str) -> None:
"-O relatime=on "
"-O xattr=sa "
"-O mountpoint=none "
"-O primarycache=metadata "
"root_pool "
)
if len(pool_disks) == 1: