diff --git a/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare b/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare index a49ef52..2a81f97 100755 --- a/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare +++ b/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare @@ -35,6 +35,7 @@ elif systemctl list-jobs --no-legend | grep "halt.target" | grep -q "start"; the wiperamaction="halt" else ## Could be kexec.target. + ## Could be run during package installation. echo "$0: INFO: Neither poweroff, reboot or halt. Therefore skipping kexec load, ok." exit 0 fi