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

b8eb65
--- a/arch/x86/boot/main.c	2014-06-04 10:05:04.000000000 -0700
b8eb65
+++ b/arch/x86/boot/main.c	2014-07-09 12:54:40.000000000 -0700
b8eb65
@@ -146,7 +146,7 @@ void main(void)
b8eb65
 
b8eb65
 	/* Make sure we have all the proper CPU support */
b8eb65
 	if (validate_cpu()) {
b8eb65
-		puts("This processor is unsupported in RHEL7.\n");
b8eb65
+		puts("This processor is unsupported in CentOS 7.\n");
b8eb65
 		die();
b8eb65
 	}
b8eb65