This commit is contained in:
Patrick Schleizer 2023-01-07 18:06:10 -05:00
parent 0b1310a219
commit 938b87d26c
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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