From 34fb3e196818a05ec4efb97365cf2928d3b29dae Mon Sep 17 00:00:00 2001 From: Ing Date: Sun, 7 Sep 2025 02:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=94=A8=E6=88=B7=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E9=BB=98=E8=AE=A4=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=99=A8=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/initrd/opt/rr/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/files/initrd/opt/rr/init.sh b/files/initrd/opt/rr/init.sh index ad3a8eed..241f5d5d 100755 --- a/files/initrd/opt/rr/init.sh +++ b/files/initrd/opt/rr/init.sh @@ -86,6 +86,7 @@ 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.monitor" "" "${USER_CONFIG_FILE}" initConfigKey "addons.mountloader" "" "${USER_CONFIG_FILE}" initConfigKey "addons.powersched" "" "${USER_CONFIG_FILE}" initConfigKey "addons.reboottoloader" "" "${USER_CONFIG_FILE}"