mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-23 01:23:36 +07:00
comment
This commit is contained in:
parent
fa579cad89
commit
4fca8f4225
@ -14,6 +14,8 @@ ram_wipe_check_needshutdown() {
|
||||
|
||||
if [ "$wipe_action" = "reboot" ]; then
|
||||
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
|
||||
elif [ "$wipe_action" = "poweroff" ]; then
|
||||
info "wipe-ram.sh wiperamexit: poweroff..."
|
||||
|
Loading…
Reference in New Issue
Block a user