summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/lvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/lvm b/hooks/lvm
index 63316e5..e29215e 100755
--- a/hooks/lvm
+++ b/hooks/lvm
@@ -14,7 +14,7 @@ prereqs)
;;
esac
-if [ ! -x /sbin/vgchange ]; then
+if [ ! -x /sbin/vgchange -a ! -d /lib/lvm-200 ]; then
exit 0
fi