1
0
Fork 0
cryptsetup/debian/tests/cryptroot-nested.d/bottom
Daniel Baumann 74b680e410
Adding debian version 2:2.7.5-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 10:45:48 +02:00

17 lines
337 B
Bash

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 :