From: Harald Hoyer Date: Fri, 9 Jul 2010 09:19:32 +0000 (+0200) Subject: plymouth: depend on crypt, if cryptsetup exists X-Git-Tag: 007~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cae1fe179faea815e5adcca71645367829aee01;p=thirdparty%2Fdracut.git plymouth: depend on crypt, if cryptsetup exists --- diff --git a/modules.d/50plymouth/check b/modules.d/50plymouth/check index 838e7e283..ceb26a7ab 100755 --- a/modules.d/50plymouth/check +++ b/modules.d/50plymouth/check @@ -1,3 +1,3 @@ #!/bin/bash -[[ $1 = -d ]] && echo crypt +[[ $1 = -d ]] && which cryptsetup &>/dev/null && echo crypt [[ -x /sbin/plymouthd && -x /bin/plymouth && -x /usr/sbin/plymouth-set-default-theme ]]