From fa06924239f10926068111fc9535978834c769b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= Date: Tue, 9 Feb 2021 14:59:43 +0100 Subject: [PATCH] fix(plymouth): install binaries with dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit If plymouth is used then its own installation script is preferred. While plymouth's own variant of inst_binary resolves the library dependencies properly, its inst_library shell function doesn't actually install them in some cases properly. Make sure to install both the required binaries and their dependencies. In the worst case, it's a NOP. Signed-off-by: Zoltán Böszörményi --- modules.d/50plymouth/module-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules.d/50plymouth/module-setup.sh b/modules.d/50plymouth/module-setup.sh index 821a9f716..d7eb8f94c 100755 --- a/modules.d/50plymouth/module-setup.sh +++ b/modules.d/50plymouth/module-setup.sh @@ -41,6 +41,8 @@ install() { inst_multiple readlink + inst_multiple plymouthd plymouth plymouth-set-default-theme + if ! dracut_module_included "systemd"; then inst_hook pre-trigger 10 "$moddir"/plymouth-pretrigger.sh inst_hook pre-pivot 90 "$moddir"/plymouth-newroot.sh -- 2.47.3