mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-27 15:17:01 -05:00
comment
This commit is contained in:
parent
fa579cad89
commit
4fca8f4225
@ -14,6 +14,8 @@ ram_wipe_check_needshutdown() {
|
|||||||
|
|
||||||
if [ "$wipe_action" = "reboot" ]; then
|
if [ "$wipe_action" = "reboot" ]; then
|
||||||
info "wipe-ram.sh wiperamexit: reboot..."
|
info "wipe-ram.sh wiperamexit: reboot..."
|
||||||
|
## Why reboot? Why not just continue to boot?
|
||||||
|
## To get rid of kernel command line options 'wiperamexit=yes wiperamaction=reboot'?
|
||||||
reboot --force
|
reboot --force
|
||||||
elif [ "$wipe_action" = "poweroff" ]; then
|
elif [ "$wipe_action" = "poweroff" ]; then
|
||||||
info "wipe-ram.sh wiperamexit: poweroff..."
|
info "wipe-ram.sh wiperamexit: poweroff..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user