Modification : $vm_ -> $local_ .
[lhc/ateliers.git] / host / part-lvm-umount
index 3bf535b..dfd318d 100755 (executable)
@@ -2,13 +2,13 @@
 tool=$(readlink -e "${0%/*}/..")
 . "$tool"/host/lib.sh
 
-case $vm_use_lvm in
+case $local_use_lvm in
  (yes)
        "$tool"/host/part-root-umount
        "$tool"/host/part-var-umount
        "$tool"/host/part-home-umount
-       ! sudo vgs | grep -q "^  $vm_lvm_vg " ||
-       sudo vgchange -a n $vm_lvm_vg
+       ! sudo vgs | grep -q "^  $local_lvm_vg " ||
+       sudo vgchange -a n $local_lvm_vg
        ;;
  (*) exit 1;;
  esac