diff --git a/alpine-make-vm-image b/alpine-make-vm-image index 19e438b..eeeec50 100755 --- a/alpine-make-vm-image +++ b/alpine-make-vm-image @@ -354,6 +354,10 @@ done : ${SCRIPT_CHROOT:="no"} : ${SERIAL_CONSOLE:="no"} +case "$ALPINE_BRANCH" in + [0-9]*) ALPINE_BRANCH="v$ALPINE_BRANCH";; +esac + if [ -f /etc/alpine-release ]; then : ${INSTALL_HOST_PKGS:="yes"} else