]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
check for plymouth-set-default-theme not plymouth-set-default-plugin
authorHarald Hoyer <harald@redhat.com>
Wed, 20 May 2009 10:33:11 +0000 (12:33 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 20 May 2009 10:33:11 +0000 (12:33 +0200)
modules.d/50plymouth/check

index bd7008cdd3716071330c78cf13b6827a3ec70431..f245e1e0970fde305057f19358b9d1aed9ef9037 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-[[ -x /sbin/plymouthd && -x /bin/plymouth && -x /usr/sbin/plymouth-set-default-plugin ]]
+[[ -x /sbin/plymouthd && -x /bin/plymouth && -x /usr/sbin/plymouth-set-default-theme ]]