Update message about certified hardware list. Orabug: 34729535 Signed-off-by: Kevin Lyons Reviewed-by: Laurence Rochfort --- diff -ruN linux-5.14.0-160.el8.x86_64.orig/init/main.c linux-5.14.0-160.el8.x86_64/init/main.c --- linux-5.14.0-160.el8.x86_64.orig/init/main.c 2022-08-25 13:57:06.000000000 -0700 +++ linux-5.14.0-160.el8.x86_64/init/main.c 2022-10-26 13:15:39.700724777 -0700 @@ -936,7 +936,7 @@ boot_cpu_init(); page_address_init(); pr_notice("%s", linux_banner); - pr_notice("The list of certified hardware and cloud instances for Red Hat Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\n"); + pr_notice("The list of certified hardware for Oracle Linux 9 can be viewed at the Oracle Linux Certification List https://linux.oracle.com/hardware-certifications\n"); early_security_init(); setup_arch(&command_line); setup_boot_config();