dracut/modules.d/50plymouth/check

4 lines
128 B
Bash
Executable File

#!/bin/bash
[[ $1 = -d ]] && echo crypt
[[ -x /sbin/plymouthd && -x /bin/plymouth && -x /usr/sbin/plymouth-set-default-theme ]]