]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
add missing files for plymouth
authorAndreas Thienemann <andreas@bawue.net>
Wed, 20 May 2009 12:38:22 +0000 (14:38 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 20 May 2009 12:38:22 +0000 (14:38 +0200)
modules.d/50plymouth/plymouth-populate-initrd

index ed05e9ba2280489fcadf6f9fd32a6c7233932d3e..df6e7c5115bc11d6fca33c3d476001777b3d538b 100755 (executable)
@@ -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