Magellan Linux

Annotation of /trunk/dracut/patches/dracut-019-fix-latest-plymouth-populate-script.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1866 - (hide annotations) (download)
Mon Jul 30 16:06:07 2012 UTC (11 years, 10 months ago) by niro
File size: 1160 byte(s)
-added patch for plymouth >=0.8.5
1 niro 1866 From 3c1feedfd1e175119c26f0dd29e4c03eac1f1f7c Mon Sep 17 00:00:00 2001
2     From: Colin Guthrie <colin@mageia.org>
3     Date: Sat, 7 Jul 2012 16:48:01 +0100
4     Subject: [PATCH] plymouth: Use latest plymouth's populate script.
5    
6     The latest plymouth no longer relies on dracut to provide functions
7     needed to install binaries/libs so the check for a variable name
8     no longer works and the old, built-in script is used instead thus
9     breaking the new drm and framebuffer plymouth module installation.
10     ---
11     modules.d/50plymouth/module-setup.sh | 1 -
12     1 files changed, 0 insertions(+), 1 deletions(-)
13    
14     diff --git a/modules.d/50plymouth/module-setup.sh b/modules.d/50plymouth/module-setup.sh
15     index 9cdcc63..10aa0da 100755
16     --- a/modules.d/50plymouth/module-setup.sh
17     +++ b/modules.d/50plymouth/module-setup.sh
18     @@ -65,7 +65,6 @@ installkernel() {
19    
20     install() {
21     if grep -q nash /usr/libexec/plymouth/plymouth-populate-initrd \
22     - || ! grep -q PLYMOUTH_POPULATE_SOURCE_FUNCTIONS /usr/libexec/plymouth/plymouth-populate-initrd \
23     || [ ! -x /usr/libexec/plymouth/plymouth-populate-initrd ]; then
24     . "$moddir"/plymouth-populate-initrd.sh
25     else
26     --
27     1.7.6.5
28