Modification : vm_{host,hosted,remote} -> {host,local,remote}/ .
[lhc/ateliers.git] / host / part-lvm-mount
1 #!/bin/sh -eu
2 tool=$(readlink -e "${0%/*}/..")
3 . "$tool"/host/lib.sh
4
5 case $vm_use_lvm in
6 (yes)
7 sudo vgchange -a y $vm_lvm_vg
8 ;;
9 (*) exit 1;;
10 esac