Skip to content
Snippets Groups Projects
Unverified Commit 89ad1dda authored by anarcat's avatar anarcat
Browse files

o doesnt work

parent 6ba5ccbb
No related branches found
No related tags found
No related merge requests found
......@@ -168,10 +168,13 @@ When you return:
7. wipe the remaining disk and shutdown:
nwipe --autonuke --method=random --verify=off /dev/sda ; \
echo "SHUTTING DOWN FOREVER IN ONE MINUTE" ; \
# hit control-a control-g to enable the bell in screen
nwipe --autonuke --method=random --verify=off /dev/nbd0 ; \
printf "SHUTTING DOWN FOREVER IN ONE MINUTE\a\n" ; \
sleep 60 ; \
echo o > /proc/sysrq-trigger
echo o > /proc/sysrq-trigger ; \
sleep 60 ; \
echo b > /proc/sysrq-trigger ; \
A few tricks if nothing works in the shell which might work in a case
of an emergency:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment