netgod / rpms / anaconda

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