Skip to content

Commit 5f296f7

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 cfba31a commit 5f296f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mkosi.profiles/splash/mkosi.conf

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

0 commit comments

Comments
 (0)