-
Notifications
You must be signed in to change notification settings - Fork 138
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
[draft] Add a boot animation system #3177
Comments
I think the animation should appear immediately after basic init is done, even before loading gpu driver. |
I don't think creating new boot animation system is a way to go. It is much more complex then only showing an image. For example it needs to support console interaction (password entry). To be honest I'm missing the old bootsplash kernel implementation, which allowed general console theming, not only the boot part. But this is long gone and I do not see anyone preparing something like that again. The plymouth is probably the easiest way to implement.
References[1] https://salsa.debian.org/debian/plymouth/-/tree/debian/debian/local?ref_type=heads |
I think it's the time for Chimera Linux to get a boot animation system.
Consider adding plymouth, or maybe creating a new one? Android's bootanimation is a good example.
The text was updated successfully, but these errors were encountered: