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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-27 09:50:33 +02:00
parent b094b69810
commit 260db26780
2 changed files with 42 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ recipe:
table: "gpt" # MUST be "gpt" for "UEFI" || "msdos":
syntax: true # This is set to "false" by default, otherwise if the recipe is tested by the authors to "true".
### Version of the specific recipe.
version: "1.1.6"
version: "1.1.7"
dev:
sda:
1:
@@ -72,6 +72,7 @@ recipe:
label: "ESP"
options: ""
version: "fat32"
label: ""
mount:
enable: true # MUST be "true" for "/boot/efi"
options: "umask=0077,uid=0,gid=0"
@@ -106,6 +107,7 @@ recipe:
version: "btrfs"
label: "btrfs_boot"
options: ""
label: "part_boot"
mount:
enable: true # MUST be "true" for "/boot"
options: "defaults,nodev,nosuid,noexec,noatime,compress=no,discard=async,subvol=@boot"
@@ -140,6 +142,7 @@ recipe:
label: "ext4_rescue"
options: ""
version: "ext4"
label: "part_recovery"
mount:
enable: true
options: "defaults,nodev"
@@ -158,7 +161,7 @@ recipe:
hash: "sha512"
itertime: "3000"
key: "512"
label: "crypt_ephemeral_SWAP"
label: "crypt_ephemeral_swap"
metadatasize: "4096k"
pbkdf: "argon2id"
rng: "use-random"
@@ -174,6 +177,7 @@ recipe:
label: "host_swap" # MUST be "host_swap" for ephemeral "SWAP"
options: ""
version: "ext4" # MUST be "ext4" for ephemeral "SWAP"
label: "part_ephem_swap"
mount:
enable: true
options: "defaults,discard"
@@ -208,6 +212,7 @@ recipe:
label: "host_tmp" # MUST be "host_tmp" for ephemeral "/tmp"
options: ""
version: "ext4" # MUST be "ext4" for ephemeral "/tmp"
label: "part_ephem_tmp"
mount:
enable: true
options: "defaults,rw,nodev,nosuid,noatime,discard,mode=1777"
@@ -242,6 +247,7 @@ recipe:
label: "btrfs_root"
options: ""
version: "btrfs"
label: "part_root"
mount:
enable: true
options: "defaults,errors=remount-ro,noatime,discard=async,autodefrag,subvol=@root"
@@ -276,6 +282,7 @@ recipe:
label: "btrfs_home"
options: ""
version: "btrfs"
label: "part_home"
mount:
enable: true
options: "defaults,nodev,nosuid,relatime,discard=async,autodefrag,subvol=@home"
@@ -310,6 +317,7 @@ recipe:
label: "btrfs_usr"
options: ""
version: "btrfs"
label: "part_usr"
mount:
enable: true
options: "defaults,nodev,relatime,discard=async,subvol=@usr"
@@ -344,6 +352,7 @@ recipe:
label: "btrfs_var"
options: ""
version: "btrfs"
label: "part_var"
mount:
enable: true
options: "defaults,nodev,nosuid,relatime,discard=async,subvol=@var"
@@ -378,6 +387,7 @@ recipe:
label: "btrfs_var_log"
options: ""
version: "btrfs"
label: "part_var_log"
mount:
enable: true
options: "defaults,nodev,nosuid,noexec,noatime,nodatacow,discard=async,subvol=@var_log"
@@ -412,6 +422,7 @@ recipe:
label: "btrfs_var_log_audit"
options: ""
version: "btrfs"
label: "part_var_log_audit"
mount:
enable: true
options: "defaults,nodev,nosuid,noexec,noatime,nodatacow,discard=async,subvol=@var_log_audit"
@@ -446,6 +457,7 @@ recipe:
label: "btrfs_var_tmp"
options: ""
version: "btrfs"
label: "part_var_tmp"
mount:
enable: true
options: "defaults,nodev,nosuid,noatime,nodatacow,discard=async,subvol=@var_tmp"
@@ -480,6 +492,7 @@ recipe:
label: "btrfs_opt"
options: ""
version: "btrfs"
label: "part_opt"
mount:
enable: true
options: "defaults,nodev,nosuid,relatime,discard=async,subvol=@opt"