toracat / rpms / kernel

Forked from rpms/kernel 5 years ago
Clone

Blame SOURCES/debrand-single-cpu.patch

14e1d1
--- a/arch/x86/kernel/setup.c	2019-03-13 04:04:53.000000000 -0700
14e1d1
+++ b/arch/x86/kernel/setup.c	2019-05-25 14:01:37.771602628 -0700
14e1d1
@@ -901,6 +901,7 @@ static void rh_check_supported(void)
14e1d1
 	    !guest && is_kdump_kernel()) {
14e1d1
 		pr_crit("Detected single cpu native boot.\n");
14e1d1
 		pr_crit("Important:  In Red Hat Enterprise Linux 8, single threaded, single CPU 64-bit physical systems are unsupported by Red Hat. Please contact your Red Hat support representative for a list of certified and supported systems.");
14e1d1
+		pr_crit("Important:  In CentOS Linux 8, single threaded, single CPU 64-bit physical systems are unsupported. Please see http://wiki.centos.org/FAQ for more information");
14e1d1
 	}
14e1d1
 
14e1d1
 	/*