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