#!/bin/sh
[[ $dracutfunctions ]] && . $dracutfunctions
find_binary lvm || exit 1
if [ "$1" = "-h" ]; then
blkid | grep -q lvm2pv || exit 1
fi
exit 0