V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-05 09:08:14 +02:00
parent 99423b0f37
commit 5babeef17f
2 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ recipe:
version: "fat32"
mount:
enable: true # MUST be "true" for "/boot/efi"
options: "defaults,noatime,nodev,nosuid,noexec,umask=0077"
options: "noauto,ro,umask=0077,uid=0,gid=0,nofail"
optsnap: ""
path: "/boot/efi"
primary: primary
@@ -85,7 +85,7 @@ recipe:
end: "3GiB"
bootable: false
encryption:
enable: false
enable: true
ephemeral: false # MUST be "false" for "/boot"
integrity: false # MUST be "false" for "/boot"
cipher: "aes-xts-plain64"
@@ -106,8 +106,8 @@ recipe:
version: "btrfs"
options: ""
mount:
enable: true # MUST be "true" for "/boot"
options: "defaults,nodev,nosuid,noexec,noatime,compress=no,discard=async"
enable: true
options: "noauto,ro,nodev,nosuid,noexec,noatime,compress=no,discard=async"
optsnap: ""
path: "/boot"
primary: primary