diff --git a/bin/build-distro b/bin/build-distro index 428b26b05..8fad6e38c 100755 --- a/bin/build-distro +++ b/bin/build-distro @@ -18,8 +18,8 @@ shift 5 CACHE_DIR="${TARGET}/cache" mkdir -p "${CACHE_DIR}" +cp "${YAML}" "${TARGET}/image.yaml" cd "${TARGET}" -cp "${YAML}" image.yaml # Get lxd-imagebuilder path and create a serial. BUILDER=$(command -v lxd-imagebuilder)