From a9193e649be010130d57fc6b49427f329e20fb69 Mon Sep 17 00:00:00 2001
From: Carl George <carl@george.computer>
Date: Fri, 9 Jul 2021 17:09:28 -0500
Subject: [PATCH] Use a custom stylesheet to define CentOS-specific stylesheet
data
Use a stylesheet provided by the centos-logos package. This is adapted
from #3179, which is intended for RHEL9+, but CentOS Stream 8 is going
to take advantage of that approach as well.
Related: rhbz#1974149
---
data/product.d/centos-stream.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/data/product.d/centos-stream.conf b/data/product.d/centos-stream.conf
index 723a484038..c9eefe8a6d 100644
--- a/data/product.d/centos-stream.conf
+++ b/data/product.d/centos-stream.conf
@@ -29,6 +29,8 @@ default_help_pages =
centos_help_placeholder.xml
centos_help_placeholder.xml
+custom_stylesheet = /usr/share/anaconda/pixmaps/redhat.css
+
[Payload]
enable_closest_mirror = True
default_source = CLOSEST_MIRROR
--
2.31.1