]> TLD Linux GIT Repositories - packages/dracut.git/blobdiff - plymouth-logo.patch
- updated to 0.47, partial PLD merge
[packages/dracut.git] / plymouth-logo.patch
diff --git a/plymouth-logo.patch b/plymouth-logo.patch
deleted file mode 100644 (file)
index 30a552e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur dracut-044.orig/modules.d/50plymouth/plymouth-populate-initrd.sh dracut-044/modules.d/50plymouth/plymouth-populate-initrd.sh
---- dracut-044.orig/modules.d/50plymouth/plymouth-populate-initrd.sh   2015-11-30 12:47:19.000000000 +0000
-+++ dracut-044/modules.d/50plymouth/plymouth-populate-initrd.sh        2015-11-30 12:48:48.898305000 +0000
-@@ -4,9 +4,10 @@
- PLYMOUTH_THEME=$(plymouth-set-default-theme)
- inst_multiple plymouthd plymouth \
--    "${PLYMOUTH_LOGO_FILE}" \
-     /etc/os-release
-+[[ -f "${PLYMOUTH_LOGO_FILE}" ]] && inst_multiple "${PLYMOUTH_LOGO_FILE}"
-+
- mkdir -m 0755 -p "${initdir}/usr/share/plymouth"
- inst_libdir_file "plymouth/text.so" "plymouth/details.so"