Add zstd toggle for btrfs and zram

This commit is contained in:
2026-01-02 18:47:32 +01:00
parent 696df925c6
commit 2891de8fef
5 changed files with 30 additions and 16 deletions

View File

@@ -32,7 +32,7 @@
content: |
[zram0]
zram-size = ram / 2
compression-algorithm = zstd
compression-algorithm = {{ 'zstd' if zstd_enabled | bool else 'lz4' }}
swap-priority = 100
fs-type = swap
mode: "0644"