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 edd4a757..b1bc6b6d 100755 --- a/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare +++ b/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare @@ -5,13 +5,6 @@ set -x set -e -true "env:" -env - -## Debugging. -## Lets hope $1 is set to reboot, poweroff or halt by systemd. -true "1: $1" - # Get the kernel command-line arguments cmdline=$(cat /proc/cmdline)