V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m34s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m34s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -98,7 +98,7 @@ EOF
|
||||
;;
|
||||
|
||||
"/boot")
|
||||
write_crypttab "${var_encryption_label}" "UUID=${var_luks_uuid}" "pw_boot" "check,discard,initramfs,loud,luks,same-cpu-crypt,tries=1"
|
||||
write_crypttab "${var_encryption_label}" "UUID=${var_luks_uuid}" "pw_boot" "check,discard,initramfs,keyscript=decrypt_keyctl,loud,luks,same-cpu-crypt,tries=1"
|
||||
;;
|
||||
|
||||
*)
|
||||
@@ -132,8 +132,6 @@ EOF
|
||||
write_crypttab "${var_ephemeral_enclabel}" "PARTUUID=${var_host_partuuid}" "/dev/urandom" "cipher=aes-xts-plain64,size=512,discard,loud,tmp=ext4"
|
||||
chroot_script "${TARGET}" "systemctl unmask tmp.mount"
|
||||
do_log "info" "file_only" "4210() Executed: [systemctl unmask tmp.mount]"
|
||||
chroot_script "${TARGET}" "systemctl disable tmp.mount"
|
||||
do_log "info" "file_only" "4210() Executed: [systemctl disable tmp.mount]"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user