V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m46s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m46s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -81,7 +81,7 @@ recipe:
|
||||
version: "fat32"
|
||||
mount:
|
||||
enable: true # MUST be "true" for "/boot/efi"
|
||||
options: "noauto,umask=0077,uid=0,gid=0,nofail"
|
||||
options: "umask=0077,uid=0,gid=0"
|
||||
optsnap: ""
|
||||
path: "/boot/efi"
|
||||
primary: primary
|
||||
@@ -112,7 +112,7 @@ recipe:
|
||||
options: ""
|
||||
mount:
|
||||
enable: true
|
||||
options: "noauto,nodev,nosuid,noexec,noatime,compress=no,discard=async"
|
||||
options: "nodev,nosuid,noexec,noatime,compress=no,discard=async"
|
||||
optsnap: ""
|
||||
path: "/boot"
|
||||
primary: primary
|
||||
@@ -171,9 +171,9 @@ recipe:
|
||||
mdup: ""
|
||||
snapshot: false
|
||||
format: true
|
||||
label: "host_swap" # MUST be "host_swap" for ephemeral "SWAP"
|
||||
label: "host_swap"
|
||||
options: ""
|
||||
version: "ext4" # MUST be "ext4" for ephemeral "SWAP"
|
||||
version: "ext4"
|
||||
mount:
|
||||
enable: true
|
||||
options: "defaults,discard"
|
||||
@@ -204,7 +204,7 @@ recipe:
|
||||
snapshot: false
|
||||
format: true
|
||||
options: ""
|
||||
version: "ext4" # MUST be "ext4" for ephemeral "/tmp"
|
||||
version: "ext4"
|
||||
mount:
|
||||
enable: true
|
||||
options: "defaults,rw,nodev,noexec,nosuid,noatime,discard,mode=1777"
|
||||
|
||||
Reference in New Issue
Block a user