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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-05 09:12:04 +02:00
parent 3959fa8f8e
commit a7fb5218d4

View File

@@ -76,7 +76,7 @@ recipe:
version: "fat32" version: "fat32"
mount: mount:
enable: true # MUST be "true" for "/boot/efi" enable: true # MUST be "true" for "/boot/efi"
options: "noauto,ro,umask=0077,uid=0,gid=0,nofail" options: "noauto,umask=0077,uid=0,gid=0,nofail"
optsnap: "" optsnap: ""
path: "/boot/efi" path: "/boot/efi"
primary: primary primary: primary
@@ -107,7 +107,7 @@ recipe:
options: "" options: ""
mount: mount:
enable: true enable: true
options: "noauto,ro,nodev,nosuid,noexec,noatime,compress=no,discard=async" options: "noauto,nodev,nosuid,noexec,noatime,compress=no,discard=async"
optsnap: "" optsnap: ""
path: "/boot" path: "/boot"
primary: primary primary: primary