[HELP] Is there a way to add the plymouth module to dracut? #1084
-
| I am trying to build a container image which will be deployed to bare metal machines. In order to test this first I am building a  My question is, how to get plymouth to work and is it even possible at the moment to specify "custom" dracut modules? | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
| (Converted to a discussion Q&A) See https://docs.fedoraproject.org/en-US/bootc/initramfs/ I'd be sure you're listing and writing to the correct initrd location. As far as debugging dracut, it is a pain, but there's definitely nothing too bootc specific that I'm aware of. You should be able to even add a check in your container build that the expected module is there in  | 
Beta Was this translation helpful? Give feedback.
(Converted to a discussion Q&A)
See https://docs.fedoraproject.org/en-US/bootc/initramfs/
I'd be sure you're listing and writing to the correct initrd location. As far as debugging dracut, it is a pain, but there's definitely nothing too bootc specific that I'm aware of. You should be able to even add a check in your container build that the expected module is there in
lsinitrd(be sure you're passing the full file path in/usr/lib/modules/$kver/initramfs.img).