fix: failed to install alloy

This commit is contained in:
iceBear67
2026-07-08 23:30:22 +08:00
parent 6b58126315
commit d20a544a33
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
IMAGE_NAME="${IMAGE_NAME:=alpine-vm}"
IMAGE_SIZE="${IMAGE_SIZE:-512M}"
IMAGE_SIZE="${IMAGE_SIZE:-1G}"
IMAGE_FORMAT="${IMAGE_FORMAT:=raw}"
ALPINE_BRANCH="${ALPINE_BRANCH:=latest-stable}"
KERNEL_FLAVOR="${KERNEL_FLAVOR:=virt}"
+1 -1
View File
@@ -36,7 +36,7 @@ rc-update add sshd
rc-update add auth-server
rc-update add bubble
mv /etc/conf.d/alloy{.template,}
mv /etc/conf.d/alloy.template /etc/conf.d/alloy
rc-update add alloy
step 'Adjust syslog'