jianhai / rpms / kernel

Forked from rpms/kernel 3 years ago
Clone
7fffc3
From 69c0d42cfa26515196896dea086857c2caccb6eb Mon Sep 17 00:00:00 2001
7fffc3
From: Jim Perrin <jperrin@centos.org>
7fffc3
Date: Thu, 19 Jun 2014 10:05:12 -0500
7fffc3
Subject: [PATCH] branding patch for rh_taint
7fffc3
7fffc3
---
7fffc3
 kernel/rh_taint.c | 2 +-
7fffc3
 1 file changed, 1 insertion(+), 1 deletion(-)
7fffc3
7fffc3
diff --git a/kernel/rh_taint.c b/kernel/rh_taint.c
7fffc3
index 59a74b0..0708e15 100644
7fffc3
--- a/kernel/rh_taint.c
7fffc3
+++ b/kernel/rh_taint.c
7fffc3
@@ -8,7 +8,7 @@
7fffc3
 void mark_hardware_unsupported(const char *msg)
7fffc3
 {
7fffc3
 	/* Print one single message */
7fffc3
-	pr_crit("Warning: %s - this hardware has not undergone testing by Red Hat and might not be certified. Please consult https://hardware.redhat.com for certified hardware.\n", msg);
7fffc3
+	pr_crit("Warning: %s - this hardware has not undergone upstream testing. Please consult http://wiki.centos.org/FAQ for more information\n", msg);
7fffc3
 }
7fffc3
 EXPORT_SYMBOL(mark_hardware_unsupported);
7fffc3
 
7fffc3
-- 
7fffc3
1.8.3.1
7fffc3