1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2026-02-02 09:15:46 +01:00

Changed poweroff command to reboot.

This commit is contained in:
2022-03-23 09:58:58 +01:00
parent c382ea32eb
commit bc3bd6c090

View File

@@ -161,7 +161,7 @@ done
if [ -z "${DEVICE}" ]; then
echo "No LUKS device found to boot from! Giving up."
sleep 3
poweroff -f
reboot -f
fi
ret=1