11 lines
197 B
Bash
Executable File
11 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source env.sh
|
|
|
|
umount -R /mnt/
|
|
lvchange -an $LVM_N/volRoot
|
|
lvchange -an $LVM_N/volHome
|
|
swapoff /dev/$LVM_N/volSwap
|
|
lvchange -an $LVM_N/volSwap
|
|
cryptsetup close $CRYPT_N
|
|
wipefs -a $DISK |