Conversation
|
Doesn't Plymouth also need to be installed on the initrd for proper transition? |
|
You're right, updated this to add it to the initrd as well. |
| [Content] | ||
| Packages= | ||
| plymouth-theme-spinner | ||
| InitrdPackages= | ||
| plymouth-theme-spinner |
There was a problem hiding this comment.
Are there equivalent packages for other distros? If yes then we should likely make this profile work for others distros, too. (I also would prefer bgrt as the default theme)
There was a problem hiding this comment.
This isn't needed on arch because it's already included in the main plymouth package. And yeah bgrt is the default on Fedora, but the actual theme is in this package (alongside the spinner one).
There was a problem hiding this comment.
This isn't needed on arch because it's already included in the main plymouth package.
Ah okay
And yeah bgrt is the default on Fedora, but the actual theme is in this package (alongside the spinner one).
Weird choice by them, didn't knew that either.
What about the other distros? Debian/Ubuntu, openSUSE, etc?
There was a problem hiding this comment.
ParticleOS only supports Arch and Fedora at the moment. Happy to expand this to cover other distros if support for them is added down the road, but at this stage it seems premature.
Add a profile to show a boot splash using Plymouth. The theme can be customized by installing the relevant package and adding a `mkosi.extra/usr/share/plymouth/plymouthd.defaults` to set it as default. Using SimpleDRM because we only support UEFI and it seems silly not to.
|
Why not use the available |
|
|
||
| [Content] | ||
| Packages= | ||
| plymouth-theme-spinner |
There was a problem hiding this comment.
Shouldn't this be part of the desktop profile? If I choose kde, I would expect the plymouth-breeze bootscreen.
As far as I know Fedora IoT doesn't come with a plymouth install.
Add a profile to show a boot splash using Plymouth. The theme can be customized by installing the relevant package and adding a
mkosi.extra/usr/share/plymouth/plymouthd.defaultsto set it as default. Using SimpleDRM because we only support UEFI and it seems silly not to.