4865c3
@@ -259,6 +259,7 @@
# Drop glow, it's not very Fedora-y
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
+ (cd $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner; ln -sf ../../../pixmaps/fedora-gdm-logo.png watermark.png)
%ldconfig_scriptlets core-libs
Add in soft link to watermark.png in the plymouth spinner theme directory from the fedora-gdm-logo.png. This then enables the CentOS logo on boot with plymouth on default installation.
In Fedora /usr/share/plymouth/themes/spinner/watermark.png is installed by fedora-logos rather then being a symlink:
[hans@shalem ~]$ rpm -qf /usr/share/plymouth/themes/spinner/watermark.png fedora-logos-38.1.0-6.fc41.noarch
IMHO the proper fix for CentOS would be to add this file to the CentOS equivalent of fedora-logos.
Add in soft link to watermark.png in the plymouth spinner theme directory from the fedora-gdm-logo.png. This then enables the CentOS logo on boot with plymouth on default installation.