From d20a544a3328f400d77f7bfa8b8f71b325bf34c3 Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Wed, 8 Jul 2026 23:30:22 +0800 Subject: [PATCH] fix: failed to install alloy --- image/build-image.sh | 2 +- image/configure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image/build-image.sh b/image/build-image.sh index 28bf127..3d424b4 100755 --- a/image/build-image.sh +++ b/image/build-image.sh @@ -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}" diff --git a/image/configure.sh b/image/configure.sh index 73d2d59..0d2cbe1 100755 --- a/image/configure.sh +++ b/image/configure.sh @@ -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'