diff --git a/Dockerfile b/Dockerfile index 3da3c7b..b465af9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.29 / / +COPY --from=qemux/qemu:7.30 / / ARG TARGETARCH ARG DEBCONF_NOWARNINGS="yes" diff --git a/src/entry.sh b/src/entry.sh index 71e939e..4384abf 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -23,6 +23,7 @@ cd /run . proc.sh # Initialize processor . power.sh # Configure shutdown . memory.sh # Check available memory +. balloon.sh # Initialize ballooning . config.sh # Configure arguments . finish.sh # Finish initialization