From: Colin Guthrie Date: Sat, 7 Jul 2012 15:48:01 +0000 (+0100) Subject: plymouth: Use latest plymouth's populate script. X-Git-Tag: 021~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c1feedfd1e175119c26f0dd29e4c03eac1f1f7c;p=thirdparty%2Fdracut.git plymouth: Use latest plymouth's populate script. The latest plymouth no longer relies on dracut to provide functions needed to install binaries/libs so the check for a variable name no longer works and the old, built-in script is used instead thus breaking the new drm and framebuffer plymouth module installation. --- diff --git a/modules.d/50plymouth/module-setup.sh b/modules.d/50plymouth/module-setup.sh index 9cdcc6372..10aa0da44 100755 --- a/modules.d/50plymouth/module-setup.sh +++ b/modules.d/50plymouth/module-setup.sh @@ -65,7 +65,6 @@ installkernel() { install() { if grep -q nash /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.sh else