File: bottom

package info (click to toggle)
cryptsetup 2%3A2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,356 kB
  • sloc: ansic: 65,885; sh: 17,691; cpp: 994; xml: 920; makefile: 495; perl: 486
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
umount "$ROOT/boot"
umount "$ROOT"

swapoff /dev/cryptvg/swap
lvm vgchange -an "cryptvg"

cryptsetup close "vda3_crypt"

# vim: set filetype=sh :