]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
plymouth: grep for PLYMOUTH_POPULATE_SOURCE_FUNCTIONS
authorHarald Hoyer <harald@redhat.com>
Mon, 14 Sep 2009 17:34:30 +0000 (19:34 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 14 Sep 2009 17:34:30 +0000 (19:34 +0200)
modules.d/50plymouth/install

index 8b3843ced87843c36d52cd9047c6fed30a65d0ba..96cb818c3f88d7a2c1a5e52c92da0f1a20b9e537 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if grep -q nash /usr/libexec/plymouth/plymouth-populate-initrd \
-   || ! grep -q dracut-functions /usr/libexec/plymouth/plymouth-populate-initrd \
+   || ! grep -q PLYMOUTH_POPULATE_SOURCE_FUNCTIONS /usr/libexec/plymouth/plymouth-populate-initrd \
    || [ ! -x /usr/libexec/plymouth/plymouth-populate-initrd ]; then
     . "$moddir"/plymouth-populate-initrd
 else