V8.13.512.2025.11.27
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m19s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m19s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -21,7 +21,7 @@ _SAVED_SET_OPTS="$(set +o)"
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
printf "\e[95m[INFO] Starting : [/etc/initramfs-tools/scripts/live-bottom/0042-ciss-post-decrypt-attest] \n\e[0m"
|
printf "\e[95m[INFO] Starting : [/etc/initramfs-tools/scripts/init-bottom/0042-ciss-post-decrypt-attest] \n\e[0m"
|
||||||
|
|
||||||
### Declare variables ----------------------------------------------------------------------------------------------------------
|
### Declare variables ----------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -176,6 +176,6 @@ fi
|
|||||||
|
|
||||||
eval "${_SAVED_SET_OPTS}"
|
eval "${_SAVED_SET_OPTS}"
|
||||||
|
|
||||||
printf "\e[92m[INFO] Successfully applied : [/etc/initramfs-tools/scripts/live-bottom/0042-ciss-post-decrypt-attest] \n\e[0m"
|
printf "\e[92m[INFO] Successfully applied : [/etc/initramfs-tools/scripts/init-bottom/0042-ciss-post-decrypt-attest] \n\e[0m"
|
||||||
|
|
||||||
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh
|
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ciss_signatures() {
|
|||||||
|
|
||||||
declare -ar _ary_target=(
|
declare -ar _ary_target=(
|
||||||
"/etc/initramfs-tools/files/unlock_wrapper.sh"
|
"/etc/initramfs-tools/files/unlock_wrapper.sh"
|
||||||
"/etc/initramfs-tools/scripts/live-bottom/0042-ciss-post-decrypt-attest"
|
"/etc/initramfs-tools/scripts/init-bottom/0042-ciss-post-decrypt-attest"
|
||||||
"/usr/lib/live/boot/0030-ciss-verify-checksums"
|
"/usr/lib/live/boot/0030-ciss-verify-checksums"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user