Skip to content

Commit

Permalink
ci: install plymouth theme into alpine container
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jozzsi authored and LaszloGombos committed Oct 20, 2024
1 parent d9497f3 commit 72fa823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/container/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apk add --no-cache \
parted \
partx \
pigz \
plymouth \
plymouth-themes \
procps \
qemu-img \
qemu-system-x86_64 \
Expand Down

0 comments on commit 72fa823

Please sign in to comment.