Compare commits
2 Commits
405a47e997
...
0b74a49704
| Author | SHA256 | Date | |
|---|---|---|---|
|
0b74a49704
|
|||
|
5babeef17f
|
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user