9 lines
146 B
Bash
9 lines
146 B
Bash
umount "$ROOT/boot"
|
|
umount "$ROOT"
|
|
|
|
swapoff /dev/cryptvg/swap
|
|
lvm vgchange -an "cryptvg"
|
|
|
|
cryptsetup close "vda3_crypt"
|
|
|
|
# vim: set filetype=sh :
|