fix bubble unit and revert alloy

This commit is contained in:
iceBear67
2026-07-08 23:47:53 +08:00
parent 7b9bd5567a
commit 8bb600d5ef
5 changed files with 6 additions and 20 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/sh
IMAGE_NAME="${IMAGE_NAME:=alpine-vm}"
IMAGE_SIZE="${IMAGE_SIZE:-1G}"
IMAGE_SIZE="${IMAGE_SIZE:-512M}"
IMAGE_FORMAT="${IMAGE_FORMAT:=raw}"
ALPINE_BRANCH="${ALPINE_BRANCH:=latest-stable}"
KERNEL_FLAVOR="${KERNEL_FLAVOR:=virt}"
@@ -31,7 +31,7 @@ alpine-make-vm-image \
--fs-skel-dir "$OVERLAY_DIR" \
--fs-skel-chown root:root \
--script-chroot \
--packages "nftables curl docker openssh alloy" \
--packages "nftables curl docker openssh" \
"$IMAGE_FILE" \
"$CONFIGURE_SH" | tee $TMP