diff --git a/modules.d/50plymouth/plymouth-populate-initrd b/modules.d/50plymouth/plymouth-populate-initrd index ed05e9b..df6e7c5 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