12345678910111213141516171819202122232425262728293031323334353637383940 |
- diff -Nuar a/configure.ac b/configure.ac
- --- a/configure.ac 2020-07-08 22:14:38.000000000 +0300
- +++ b/configure.ac 2021-01-25 13:36:27.099877834 +0300
- @@ -326,6 +326,7 @@
- themes/glow/Makefile
- themes/spinner/Makefile
- themes/script/Makefile
- + themes/pisilinux/Makefile
- themes/bgrt/Makefile
- images/Makefile
- scripts/plymouth-generate-initrd
- diff -Nuar a/src/plymouthd.conf b/src/plymouthd.conf
- --- a/src/plymouthd.conf 2018-09-20 20:53:38.000000000 +0300
- +++ b/src/plymouthd.conf 2021-01-25 13:34:28.455886395 +0300
- @@ -1,3 +1,4 @@
- # Administrator customizations go in this file
- #[Daemon]
- -#Theme=fade-in
- +#Theme=pisilinux
- +#ShowDelay=0
- diff -Nuar a/src/plymouthd.defaults b/src/plymouthd.defaults
- --- a/src/plymouthd.defaults 2020-06-15 17:16:47.000000000 +0300
- +++ b/src/plymouthd.defaults 2021-01-25 13:35:19.746882694 +0300
- @@ -1,6 +1,6 @@
- # Distribution defaults. Changes to this file will get overwritten during
- # upgrades.
- [Daemon]
- -Theme=spinner
- +Theme=pisilinux
- ShowDelay=0
- -DeviceTimeout=8
- +DeviceTimeout=0
- diff -Nuar a/themes/Makefile.am b/themes/Makefile.am
- --- a/themes/Makefile.am 2020-06-15 17:16:47.000000000 +0300
- +++ b/themes/Makefile.am 2021-01-25 13:33:05.814892358 +0300
- @@ -1,2 +1,2 @@
- -SUBDIRS = spinfinity fade-in text details solar glow script spinner tribar bgrt
- +SUBDIRS = spinfinity fade-in text details solar glow script spinner pisilinux
- MAINTAINERCLEANFILES = Makefile.in
|