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

View File

@@ -94,7 +94,7 @@ EOF
;; ;;
"/boot") "/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"
;; ;;
*) *)