Blame SOURCES/debrand-rh-i686-cpu.patch

bd6ee1
--- a/arch/x86/boot/main.c	2019-03-13 04:04:53.000000000 -0700
bd6ee1
+++ b/arch/x86/boot/main.c	2019-05-25 14:31:21.043272496 -0700
bd6ee1
@@ -147,7 +147,7 @@ void main(void)
bd6ee1
 
bd6ee1
 	/* Make sure we have all the proper CPU support */
bd6ee1
 	if (validate_cpu()) {
bd6ee1
-		puts("This processor is not supported in this version of RHEL.\n");
bd6ee1
+		puts("This processor is not supported in this version of CentOS Linux.\n");
bd6ee1
 		die();
bd6ee1
 	}
bd6ee1