17 lines
665 B
Diff
17 lines
665 B
Diff
|
Index: dracut-037/modules.d/50plymouth/plymouth-populate-initrd.sh
|
||
|
===================================================================
|
||
|
--- dracut-037.orig/modules.d/50plymouth/plymouth-populate-initrd.sh
|
||
|
+++ dracut-037/modules.d/50plymouth/plymouth-populate-initrd.sh
|
||
|
@@ -1,11 +1,9 @@
|
||
|
#!/bin/bash
|
||
|
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
|
||
|
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||
|
-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"
|