dracut/0168-remove_plymouth_logo_file.patch

16 lines
627 B
Diff
Raw Normal View History

Index: dracut-041/modules.d/50plymouth/plymouth-populate-initrd.sh
===================================================================
--- dracut-041.orig/modules.d/50plymouth/plymouth-populate-initrd.sh 2015-01-31 12:54:52.000000000 +0100
+++ dracut-041/modules.d/50plymouth/plymouth-populate-initrd.sh 2015-03-24 15:17:46.828499010 +0100
@@ -1,10 +1,8 @@
#!/bin/bash
-PLYMOUTH_LOGO_FILE="/usr/share/pixmaps/system-logo-white.png"
PLYMOUTH_THEME=$(plymouth-set-default-theme)
inst_multiple plymouthd plymouth \
- "${PLYMOUTH_LOGO_FILE}" \
/etc/system-release
mkdir -m 0755 -p "${initdir}/usr/share/plymouth"