Compare commits

...

2 Commits

Author SHA256 Message Date
0b74a49704 Merge remote-tracking branch 'origin/master'
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m57s
2025-09-05 09:08:40 +02:00
5babeef17f V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
2025-09-05 09:08:14 +02:00
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

View File

@@ -94,7 +94,7 @@ EOF
;;
"/boot")
write_crypttab "${var_encryption_label}" "UUID=${var_luks_uuid}" "none" "luks,discard"
write_crypttab "${var_encryption_label}" "UUID=${var_luks_uuid}" "none" "luks,discard,noauto,x-systemd.device-timeout=0,tries=1"
;;
*)