From 7d1684c010cbbc13b80056d53932ef62d280dc3f Mon Sep 17 00:00:00 2001 Message-Id: <7d1684c010cbbc13b80056d53932ef62d280dc3f.1528226387.git.Jim.Somerville@windriver.com> In-Reply-To: References: From: Jim Somerville Date: Tue, 3 Apr 2018 18:07:37 -0400 Subject: [PATCH 03/32] debrand rh i686 cpu Signed-off-by: Jim Somerville --- arch/x86/boot/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/boot/main.c b/arch/x86/boot/main.c index 0d12b19..99dcb04 100644 --- a/arch/x86/boot/main.c +++ b/arch/x86/boot/main.c @@ -147,7 +147,7 @@ void main(void) /* Make sure we have all the proper CPU support */ if (validate_cpu()) { - puts("This processor is unsupported in RHEL7.\n"); + puts("This processor is unsupported in CentOS 7.\n"); die(); } -- 1.8.3.1