修复 LXC 内 microVM Runner 启动链路 #11

Merged
panxiao81 merged 11 commits from fix/microvm-lxc-bootstrap into main 2026-09-16 18:02:51 +00:00
Showing only changes of commit 02e0b698c5 - Show all commits
+1
View File
@@ -7,6 +7,7 @@ runner_name=${3:?runner name is required}
runner_labels=${4:?runner labels are required}
token_file=/run/gitea-runner-registration-token
config_file=${GITEA_RUNNER_CONFIG_FILE:-/etc/gitea-runner/config-vm-bootstrap.yaml}
export HOME=${HOME:-/root}
cleanup() {
rm -f -- "$token_file"