This commit is contained in:
Patrick Schleizer 2023-01-08 07:08:18 -05:00
parent da0fc9f5bd
commit 8367b27a0d
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -71,7 +71,7 @@ elif systemctl list-jobs --no-legend | grep "halt.target" | grep -q "start"; the
else else
## Could be kexec.target. ## Could be kexec.target.
## Could be run during package installation. ## 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 exit 0
fi fi