orgads / rpms / kernel

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