2015-03-31 14:12:12 +00:00
|
|
|
Index: dracut-041/modules.d/50plymouth/plymouth-populate-initrd.sh
|
2015-02-23 19:15:53 +00:00
|
|
|
===================================================================
|
2015-03-31 14:12:12 +00:00
|
|
|
--- 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 @@
|
2015-02-23 19:15:53 +00:00
|
|
|
#!/bin/bash
|
2015-03-31 14:12:12 +00:00
|
|
|
|
2015-02-23 19:15:53 +00:00
|
|
|
-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"
|