2015-06-30 12:59:59 +00:00
|
|
|
Index: dracut-042/modules.d/50plymouth/plymouth-populate-initrd.sh
|
2015-02-23 19:15:53 +00:00
|
|
|
===================================================================
|
2015-06-30 12:59:59 +00:00
|
|
|
--- dracut-042.orig/modules.d/50plymouth/plymouth-populate-initrd.sh 2015-06-11 17:39:47.000000000 +0200
|
|
|
|
+++ dracut-042/modules.d/50plymouth/plymouth-populate-initrd.sh 2015-06-24 18:02:34.814821053 +0200
|
2015-03-31 14:12:12 +00:00
|
|
|
@@ -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"
|