-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add splash profile #12
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.