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'