neil / rpms / anaconda

Forked from rpms/anaconda a year ago
Clone
b65b44
From 96351859cfd2030c4ab2f931f2f0a38190180e00 Mon Sep 17 00:00:00 2001
b65b44
From: Vendula Poncova <vponcova@redhat.com>
b65b44
Date: Wed, 10 Feb 2021 17:50:11 +0100
b65b44
Subject: [PATCH 2/2] Use a custom stylesheet to define RHEL-specific
b65b44
 stylesheet data
b65b44
b65b44
Use a stylesheet provided by the rhel-logos package.
b65b44
---
b65b44
 data/product.d/rhel.conf | 1 +
b65b44
 1 file changed, 1 insertion(+)
b65b44
b65b44
diff --git a/data/product.d/rhel.conf b/data/product.d/rhel.conf
b65b44
index c4de9b6a8a..5f69be1d45 100644
b65b44
--- a/data/product.d/rhel.conf
b65b44
+++ b/data/product.d/rhel.conf
b65b44
@@ -50,6 +50,7 @@ default_help_pages =
b65b44
     rhel_help_placeholder.xml
b65b44
     rhel_help_placeholder.xml
b65b44
 
b65b44
+custom_stylesheet = /usr/share/anaconda/pixmaps/redhat.css
b65b44
 blivet_gui_supported = False
b65b44
 
b65b44
 [License]
b65b44
-- 
b65b44
2.31.1
b65b44