From 4c4ae4e0ffa30df6deb2e9caaaa92d2bb4f591f3 Mon Sep 17 00:00:00 2001 From: Ing Date: Wed, 19 Feb 2025 16:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=8C=E9=BB=98=E8=AE=A4=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20vmtools=20=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/issues.html | 2 +- files/initrd/opt/rr/init.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/issues.html b/docs/issues.html index 2c45e754..fa34508c 100644 --- a/docs/issues.html +++ b/docs/issues.html @@ -69,7 +69,7 @@ $("#version").on("change", changeVersion); $("#language").on("change", changeVersion); $("#kernel").on("change", chanageKernel); - $('#addons').val("acpid,mountloader,powersched,reboottoloader,trivial"); + $('#addons').val("acpid,mountloader,powersched,reboottoloader,trivial,vmtools"); setModels(); }); }); diff --git a/files/initrd/opt/rr/init.sh b/files/initrd/opt/rr/init.sh index 2bc62d3b..42269d99 100755 --- a/files/initrd/opt/rr/init.sh +++ b/files/initrd/opt/rr/init.sh @@ -67,6 +67,7 @@ initConfigKey "addons" "{}" "${USER_CONFIG_FILE}" if [ -z "$(readConfigMap "addons" "${USER_CONFIG_FILE}")" ]; then initConfigKey "addons.acpid" "" "${USER_CONFIG_FILE}" initConfigKey "addons.trivial" "" "${USER_CONFIG_FILE}" + initConfigKey "addons.vmtools" "" "${USER_CONFIG_FILE}" initConfigKey "addons.mountloader" "" "${USER_CONFIG_FILE}" initConfigKey "addons.powersched" "" "${USER_CONFIG_FILE}" initConfigKey "addons.reboottoloader" "" "${USER_CONFIG_FILE}"