From 899ced40114afb0324b109f80361c5f873497014 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Thu, 3 Aug 2023 22:57:15 +0800 Subject: [PATCH] =?UTF-8?q?debian:=20=E5=BC=BA=E5=88=B6=20debian=2010=20am?= =?UTF-8?q?d64=20=E4=BD=BF=E7=94=A8=20generic=20=E4=BA=91=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reinstall.sh b/reinstall.sh index 66911a4..c8f4dce 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -234,6 +234,8 @@ setos() { # cloud image ci_mirror=https://cloud.debian.org/images/cloud is_virt && ci_type=genericcloud || ci_type=generic + # 甲骨文 debian 10 amd64 genericcloud vnc 没有显示 + [ "$releasever" -eq 10 ] && [ "$basearch_alt" = amd64 ] && ci_type=generic eval ${step}_img=$ci_mirror/$codename/latest/debian-$releasever-$ci_type-$basearch_alt.qcow2 else # 传统安装