silence the "check"'s

master
Harald Hoyer 2009-05-20 14:00:28 +02:00
parent 6cfef0c638
commit 6d090d6427
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@

[[ $dracutfunctions ]] && . $dracutfunctions

find_binary cryptsetup || exit 1
find_binary cryptsetup >/dev/null || exit 1

if [ "$1" = "-h" ]; then
blkid | grep -q crypt_LUKS || exit 1

View File

@ -2,7 +2,7 @@

[[ $dracutfunctions ]] && . $dracutfunctions

find_binary lvm || exit 1
find_binary lvm >/dev/null || exit 1

if [ "$1" = "-h" ]; then
blkid | grep -q lvm2pv || exit 1

View File

@ -2,7 +2,7 @@

[[ $dracutfunctions ]] && . $dracutfunctions

find_binary mdadm || exit 1
find_binary mdadm >/dev/null || exit 1

if [ "$1" = "-h" ]; then
blkid | grep -q linux_raid || exit 1