File: bottom

package info (click to toggle)
cryptsetup 2%3A2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,312 kB
  • sloc: ansic: 65,883; sh: 17,680; cpp: 994; xml: 920; makefile: 495; perl: 486
file content (17 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
umount "$ROOT/boot"
umount "$ROOT/home"
umount "$ROOT/usr"
umount "$ROOT/var"
umount "$ROOT"

swapoff /dev/mapper/testvg-lv0_crypt
cryptsetup close "testvg-lv0_crypt"
cryptsetup close "vdd_crypt"

cryptsetup close "md0_crypt"
mdadm --stop /dev/md0

cryptsetup close "testvg-lv1_crypt"
lvm vgchange -an "testvg"

# vim: set filetype=sh :