From d39b0ada7760fabe4fcfbab6e5359ce26101a010 Mon Sep 17 00:00:00 2001 From: Ing Date: Thu, 9 Oct 2025 01:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B4=E6=8E=A5=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=9C=A8=20Parallels=20=E5=92=8C=20Xen=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8B=E6=AD=A3=E5=B8=B8=E5=B7=A5=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/initrd/opt/rr/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/rr/boot.sh b/files/initrd/opt/rr/boot.sh index 1293846e..25eba312 100755 --- a/files/initrd/opt/rr/boot.sh +++ b/files/initrd/opt/rr/boot.sh @@ -336,7 +336,7 @@ function _bootwait() { } DIRECT="$(readConfigKey "directboot" "${USER_CONFIG_FILE}")" -if [ "${DIRECT}" = "true" ] || [ "${MEV:-physical}" = "parallels" ]; then +if [ "${DIRECT}" = "true" ] || echo "parallels xen" | grep -qw "${MEV:-physical}"; then # grubenv file limit is 1024 bytes. grub-editenv "${USER_RSYSENVFILE}" create grub-editenv "${USER_RSYSENVFILE}" set rr_version="${WTITLE}"