mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
removed -O primarycache=metadata from installer
This commit is contained in:
@@ -110,7 +110,6 @@ def create_zfs_pool(pool_disks: Sequence[str], mnt_dir: str) -> None:
|
|||||||
"-O relatime=on "
|
"-O relatime=on "
|
||||||
"-O xattr=sa "
|
"-O xattr=sa "
|
||||||
"-O mountpoint=none "
|
"-O mountpoint=none "
|
||||||
"-O primarycache=metadata "
|
|
||||||
"root_pool "
|
"root_pool "
|
||||||
)
|
)
|
||||||
if len(pool_disks) == 1:
|
if len(pool_disks) == 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user