mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-18 04:50:19 -04:00
Change echo to info. Included more reliable way of getting initrd and kernel. Allow user custom kexec
This commit is contained in:
parent
8da3b9c40c
commit
78a4fad667
5 changed files with 32 additions and 33 deletions
|
@ -16,10 +16,6 @@ ram_wipe_check_needshutdown() {
|
|||
reboot -f
|
||||
fi
|
||||
|
||||
if [ "$wipe_action" = "kexec" ]; then
|
||||
reboot -f
|
||||
fi
|
||||
|
||||
if [ "$wipe_action" = "poweroff" ]; then
|
||||
poweroff -f
|
||||
fi
|
||||
|
@ -29,7 +25,7 @@ ram_wipe_check_needshutdown() {
|
|||
fi
|
||||
|
||||
if [ "$wipe_action" = "error" ]; then
|
||||
echo "Choice of shutdown option led to an error. Shutting down..."
|
||||
info "Choice of shutdown option led to an error. Shutting down..."
|
||||
sleep 5
|
||||
poweroff -f
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue