mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-06 19:44:16 -04:00
output
This commit is contained in:
parent
999a82ed94
commit
c2b20603fd
3 changed files with 6 additions and 6 deletions
|
@ -9,16 +9,16 @@ ram_wipe_action() {
|
|||
kernel_wiperam_exit=$(getarg wiperamexit)
|
||||
|
||||
if [ "$kernel_wiperam_exit" = "no" ]; then
|
||||
info "Skip, because wiperamexit=no kernel parameter detected, OK."
|
||||
info "wipe-ram.sh wiperamexit: Skip, because wiperamexit=no kernel parameter detected, OK."
|
||||
return 0
|
||||
fi
|
||||
|
||||
if [ "$kernel_wiperam_exit" != "yes" ]; then
|
||||
info "Skip, because wiperamexit parameter is unset."
|
||||
info "wipe-ram.sh wiperamexit: Skip, because wiperamexit parameter is unset."
|
||||
return 0
|
||||
fi
|
||||
|
||||
info "wiperamexit=yes, therefore running second RAM wipe..."
|
||||
info "wipe-ram.sh wiperamexit: wiperamexit=yes, therefore running second RAM wipe..."
|
||||
|
||||
sdmem -l -l -v
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue