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