From 8367b27a0df2e6ea5bc2d57d1520cfdd2f4d35e2 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 8 Jan 2023 07:08:18 -0500 Subject: [PATCH] output --- .../security-misc/cold-boot-attack-defense-kexec-prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cfc9219..86153cc 100755 --- a/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare +++ b/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare @@ -71,7 +71,7 @@ elif systemctl list-jobs --no-legend | grep "halt.target" | grep -q "start"; the else ## Could be kexec.target. ## Could be run during package installation. - echo "$0: INFO: Neither poweroff, reboot or halt. Therefore skipping kexec load, ok." + echo "$0: INFO: Neither poweroff, reboot or halt. Therefore skipping 'kexec --load', ok." exit 0 fi