silence the "check"'s
parent
6cfef0c638
commit
6d090d6427
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue