root: update btrfs flags

This commit is contained in:
lelgenio 2022-04-12 22:44:26 -03:00
parent 71bb6f47fc
commit 7c33d17c17
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# <filesystem> <dir> <type> <options> <dump> <pass>
{%@@ set btrfs_opt_t = "rw,noatime,compress=zstd:3,subvol={}" @@%}
{%@@ set btrfs_opt_t = "defaults,autodefrag,rw,noatime,compress=zstd:3,subvol={}" @@%}
{%@@ set entry_t = "UUID={uuid} {path} {fs} {opts} {dump} {pass}" @@%}
{%@@ for partition in filesystem.partition @@%}