Skip to content

Commit f032e07

Browse files
committed
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 837de88 commit f032e07

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

mkosi.profiles/splash/mkosi.conf

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

0 commit comments

Comments
 (0)