From 9a4495557f26e43bbb04bd5c6a6a2dfb8a97424e Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Wed, 20 May 2009 14:38:22 +0200 Subject: [PATCH] add missing files for plymouth --- modules.d/50plymouth/plymouth-populate-initrd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules.d/50plymouth/plymouth-populate-initrd b/modules.d/50plymouth/plymouth-populate-initrd index ed05e9ba2..df6e7c511 100755 --- a/modules.d/50plymouth/plymouth-populate-initrd +++ b/modules.d/50plymouth/plymouth-populate-initrd @@ -9,6 +9,7 @@ PLYMOUTH_PLUGIN_NAME=$(plymouth-set-default-theme) inst /sbin/plymouthd /bin/plymouthd dracut_install /bin/plymouth "${LIBDIR}/plymouth/text.so" \ + "/usr/share/plymouth/themes/details/details.plymouth" \ "${LIBDIR}/plymouth/details.so" "${PLYMOUTH_LOGO_FILE}" \ /etc/system-release @@ -27,4 +28,8 @@ if [[ -d /usr/share/plymouth/themes/${PLYMOUTH_PLUGIN_NAME} ]]; then done fi +if [ -L /usr/share/plymouth/themes/default.plymouth ]; then + inst /usr/share/plymouth/themes/default.plymouth +fi + # vim:ts=8:sw=4:sts=4:et -- 2.47.3