-
Notifications
You must be signed in to change notification settings - Fork 29
Add splash profile #12
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
|
||
[Content] | ||
KernelCommandLine=quiet splash plymouth.use-simpledrm | ||
Packages= | ||
plymouth | ||
InitrdPackages= | ||
plymouth |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
|
||
[Match] | ||
Distribution=fedora | ||
|
||
[Content] | ||
Packages= | ||
plymouth-theme-spinner | ||
InitrdPackages= | ||
plymouth-theme-spinner | ||
Comment on lines
+6
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more.
Ah okay
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 commentThe 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. |
Uh oh!
There was an error while loading. Please reload this page.