This commit is contained in:
Patrick Schleizer 2022-06-29 13:02:53 -04:00
parent db301dfd7f
commit 924077e04c
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -4,5 +4,5 @@ echo "Checking for mounted disks..."
dmsetup ls --target crypt
echo "WIPE RAM!"
## TODO: remove -f (fast and insecure mode)
sdmem -f
sdmem -v -f
echo "WIPE DONE!"