From ce8a315a2ea1324c5f6c3addd41781d3dfb28bac Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sun, 21 Sep 2025 15:27:17 +0800 Subject: [PATCH] =?UTF-8?q?el:=20=E4=BF=AE=E5=A4=8D=20almalinux=209=20?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=20404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #436 --- reinstall.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reinstall.sh b/reinstall.sh index 24ab38d..60dbb1f 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -1629,7 +1629,9 @@ Continue with DD? fi elarch=$basearch - if [ "$distro" = almalinux ] && [ "$basearch" = x86_64 ] && ! is_cpu_supports_x86_64_v3; then + if [ "$basearch" = x86_64 ] && + [ "$distro" = almalinux ] && [ "$releasever" -ge 10 ] && + ! is_cpu_supports_x86_64_v3; then elarch=x86_64_v2 fi