- Add patch to remove PLYMOUTH_LOGO_FILE from modules.d/50plymouth/plymouth-populate-initrd.sh (bnc#910952) + 0168-remove_plymouth_logo_file.patch OBS-URL: https://build.opensuse.org/request/show/286530 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=209
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"
|