blob: c1e5d13ac16f96052b1406992651b3f502a8e462 [file] [log] [blame]
From 3bd763f1f60094f9e6bb8908693f26a22cad1aeb Mon Sep 17 00:00:00 2001
From: Louis Abel <label@rockylinux.org>
Date: Wed, 20 Sep 2023 12:39:03 -0700
Subject: [PATCH] Debrand specific Red Hat messages
---
arch/x86/boot/main.c | 2 +-
arch/x86/kernel/setup.c | 2 +-
init/main.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/x86/boot/main.c b/arch/x86/boot/main.c
index 3c7f76dca..e56d37a80 100644
--- a/arch/x86/boot/main.c
+++ b/arch/x86/boot/main.c
@@ -152,7 +152,7 @@ void main(void)
/* Make sure we have all the proper CPU support */
if (validate_cpu()) {
- puts("This processor is not supported in this version of RHEL.\n");
+ puts("This processor is not supported in this version of Rocky Linux.\n");
die();
}
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index c07617bdc..39b6454f3 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -811,7 +811,7 @@ static void rh_check_supported(void)
if (((boot_cpu_data.x86_max_cores * smp_num_siblings) == 1) &&
!guest && is_kdump_kernel()) {
pr_crit("Detected single cpu native boot.\n");
- pr_crit("Important: In Red Hat Enterprise Linux 8, single threaded, single CPU 64-bit physical systems are unsupported by Red Hat. Please contact your Red Hat support representative for a list of certified and supported systems.");
+ pr_crit("Important: In Rocky Linux 8, single threaded, single CPU 64-bit physical systems are unsupported.");
}
/*
diff --git a/init/main.c b/init/main.c
index 2db130110..1c69d9c1f 100644
--- a/init/main.c
+++ b/init/main.c
@@ -575,7 +575,7 @@ asmlinkage __visible void __init start_kernel(void)
page_alloc_init();
pr_notice("Kernel command line: %s\n", boot_command_line);
- pr_notice("Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://catalog.redhat.com.\n");
+ pr_notice("Specific versions of hardware are certified with Enterprise Linux 8. Please see the list of hardware certified with Enterprise Linux 8 at the Red Hat catalog: https://catalog.redhat.com.\n");
/* parameters may set static keys */
jump_label_init();
parse_early_param();
--
2.41.0