From 33583e2b313e9127bf3335d8da927f7c734c9512 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Dec 07 2015 21:37:33 +0000 Subject: update install class to call our custom help text --- diff --git a/SOURCES/anaconda-centos-add-centos-install-class.patch b/SOURCES/anaconda-centos-add-centos-install-class.patch index 82fcb8b..c838708 100644 --- a/SOURCES/anaconda-centos-add-centos-install-class.patch +++ b/SOURCES/anaconda-centos-add-centos-install-class.patch @@ -60,8 +60,8 @@ diff -uNr anaconda-21.48.22.56__orig/pyanaconda/installclasses/centos.py anacond + + efi_dir = "centos" + -+ help_placeholder = "RHEL7Placeholder.html" -+ help_placeholder_with_links = "RHEL7PlaceholderWithLinks.html" ++ help_placeholder = "CentOSPlaceholder.html" ++ help_placeholder_with_links = "CentOSPlaceholder.html" + + def configure(self, anaconda): + BaseInstallClass.configure(self, anaconda)