From c917852ea865fc43662e666f52aad999ed1bf124 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Fri, 7 Feb 2025 19:27:47 +0100 Subject: [PATCH] evo: fix message Signed-off-by: AuxXxilium --- files/initrd/opt/arc/evo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/evo.sh b/files/initrd/opt/arc/evo.sh index e86530e6..87bdf009 100755 --- a/files/initrd/opt/arc/evo.sh +++ b/files/initrd/opt/arc/evo.sh @@ -229,7 +229,7 @@ elif [ "${ARCMODE}" = "config" ]; then fi if [ "${PLATFORM}" = "epyc7002" ]; then - CPUINFO="$(cat /proc/cpuinfo | wc -l)" + CPUINFO="$(cat /proc/cpuinfo | grep MHz | wc -l)" if [ ${CPUINFO} -gt 24 ]; then write_menu "=" "Custom Kernel should be used for this CPU" fi