Skip to content
Snippets Groups Projects
Verified Commit 773c4c2d authored by anarcat's avatar anarcat
Browse files

simplify mdadm stop

parent aaa5bfc5
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ which we'll use below.
vgchange -a n
cryptsetup luksClose cpv_nvme
for i in /dev/md/*; do mdadm --stop $i; done
mdadm --stop /dev/md*
16. Document the LUKS passphrase and root password in `tor-passwords`
......
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