#!/bin/sh -eu tool=$(readlink -e "${0%/*}/..") . "$tool"/host/lib.sh case $vm_use_lvm in (yes) sudo vgchange -a y $vm_lvm_vg ;; (*) exit 1;; esac