mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
更新初始化脚本,默认添加 vmtools 插件
This commit is contained in:
parent
72e9d7d657
commit
4c4ae4e0ff
@ -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();
|
||||
});
|
||||
});
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user