New beggining.
This commit is contained in:
commit
6964b2b200
33 changed files with 1281 additions and 0 deletions
5
umount-luks
Executable file
5
umount-luks
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# unmount the decrypted drive and close/encypt it again
|
||||
sudo umount /dev/mapper/luks
|
||||
sudo cryptsetup luksClose luks
|
Loading…
Add table
Add a link
Reference in a new issue