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