diff --git a/build_image b/build_image index 58f883a091..5a16c02295 100755 --- a/build_image +++ b/build_image @@ -198,7 +198,16 @@ fi # Generating AU generator zip file to run outside chroot generate_au_zip || echo "Failed generating AU zip file - ignoring Error..." -upload_image "${BUILD_DIR}/au-generator.zip" + +# Write out a version.txt file, this will be used by image_to_vm.sh +tee "${BUILD_DIR}/version.txt" <