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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user