potatogim / rpms / kernel

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