2020-08-21 19:54:36 +02:00
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
#
|
2017-10-27 22:39:48 +02:00
|
|
|
# Plymouth Configuration Module
|
2017-11-14 11:27:37 +01:00
|
|
|
#
|
2017-10-27 22:39:48 +02:00
|
|
|
# This module can be used to setup the default plymouth theme to
|
|
|
|
# be used with your distribution
|
2017-11-14 11:27:37 +01:00
|
|
|
#
|
2017-10-27 22:39:48 +02:00
|
|
|
# You should only use this module if the plymouth package is installed
|
|
|
|
# on the build configurations of your distribution & the plymouth
|
2017-11-14 11:27:37 +01:00
|
|
|
# theme you want to configure is installed as well. If the unpacked
|
|
|
|
# filesystem configures a plymouth theme already, there is no need
|
|
|
|
# to change it here.
|
|
|
|
---
|
2017-10-27 22:39:48 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Leave this commented if you want to use the default theme
|
2017-11-14 11:27:37 +01:00
|
|
|
# shipped with your distribution configurations. Make sure that
|
|
|
|
# the theme exists in the themes directory of plymouth path.
|
|
|
|
# Debian / Ubuntu comes with themes "joy", "script", "softwaves",
|
|
|
|
# possibly others. Look in /usr/share/plymouth/themes for more.
|
|
|
|
#
|
|
|
|
# Specifying a non-existent theme will leave the plymouth
|
|
|
|
# configuration set to that theme. It is up to plymouth to
|
|
|
|
# deal with that.
|
2017-10-27 22:39:48 +02:00
|
|
|
|
2017-11-14 11:27:37 +01:00
|
|
|
plymouth_theme: spinfinity
|
2017-10-27 22:39:48 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|