From 72fa82370f64eaefbcab9b13354e8173ff8047bb Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Sat, 19 Oct 2024 20:18:48 -0400 Subject: [PATCH] ci: install plymouth theme into alpine container This PR resolves the following error dracut[I]: *** Including module: plymouth *** grep: /usr/share/plymouth/themes/text/text.plymouth: No such file or directory grep: /usr/share/plymouth/themes/text/text.plymouth: No such file or directory grep: /usr/share/plymouth/themes/text/text.plymouth: No such file or directory grep: /usr/share/plymouth/themes/text/text.plymouth: No such file or directory grep: /usr/share/plymouth/themes/text/text.plymouth: No such file or directory The default plymouth plugin () doesn't exist --- test/container/Dockerfile-alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/container/Dockerfile-alpine b/test/container/Dockerfile-alpine index c53a20c05..9a3813000 100644 --- a/test/container/Dockerfile-alpine +++ b/test/container/Dockerfile-alpine @@ -62,7 +62,7 @@ RUN apk add --no-cache \ parted \ partx \ pigz \ - plymouth \ + plymouth-themes \ procps \ qemu-img \ qemu-system-x86_64 \