Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d18b18a

Browse files
committedNov 16, 2024
Add splash profile
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.
1 parent cfba31a commit d18b18a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 

‎mkosi.profiles/splash/mkosi.conf

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
3+
[Content]
4+
KernelCommandLine=quiet splash plymouth.use-simpledrm
5+
Packages=
6+
plymouth
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
3+
[Match]
4+
Distribution=fedora
5+
6+
[Content]
7+
Packages=
8+
plymouth-theme-spinner

0 commit comments

Comments
 (0)