V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m28s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-25 22:40:50 +02:00
parent 3eed07c67d
commit ab8c3a78b0
3 changed files with 137 additions and 77 deletions

View File

@@ -187,8 +187,8 @@ recipe:
level: ""
dedup: true
format: true
# MUST be "SWAP" for "SWAP":
label: "SWAP"
# MUST be "crypt_swap_ephem" for "SWAP":
label: "crypt_swap_ephem"
options: ""
# MUST be "ext4" for ephemeral "SWAP":
version: "ext4"
@@ -228,14 +228,14 @@ recipe:
level: ""
dedup: true
format: true
# MUST be "ext4_tmp" for ephemeral "/tmp"
label: "ext4_tmp"
# MUST be "crypt_tmp_ephem" for ephemeral "/tmp"
label: "crypt_tmp_ephem"
options: ""
# MUST be "ext4" for ephemeral "/tmp"
version: "ext4"
mount:
enable: true
options: "defaults,rw,nodev,noexec,nosuid,noatime"
options: "defaults,rw,nodev,noexec,nosuid,noatime,mode=1777"
path: "/tmp"
# Only valid for filesystem version "btrfs":
subvolume: ""