From: Warren Togami Date: Tue, 2 Jun 2009 02:57:08 +0000 (-0400) Subject: plymouth-0.7: details.so must be copied as well X-Git-Tag: 0.1~133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0c7d42b3e63c0f62b517b1a5e6c2e58b6b93d2d;p=platform%2Fupstream%2Fdracut.git plymouth-0.7: details.so must be copied as well --- diff --git a/modules.d/50plymouth/plymouth-populate-initrd b/modules.d/50plymouth/plymouth-populate-initrd index 1966189..1e1bb2c 100755 --- a/modules.d/50plymouth/plymouth-populate-initrd +++ b/modules.d/50plymouth/plymouth-populate-initrd @@ -9,6 +9,7 @@ PLYMOUTH_THEME=$(plymouth-set-default-theme) inst /sbin/plymouthd /bin/plymouthd dracut_install /bin/plymouth "${LIBDIR}/plymouth/text.so" \ + "${LIBDIR}/plymouth/details.so" \ "/usr/share/plymouth/themes/details/details.plymouth" \ "/usr/share/plymouth/themes/text/text.plymouth" \ "${PLYMOUTH_LOGO_FILE}" \