image_to_vm.sh: keep compression source for seamless VM launch

Previously, the compression source was deleted after compression.
Keep it to allow seamless VM launching.

Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
This commit is contained in:
Li Zhijian 2026-04-22 02:55:24 +00:00
parent 73caf995db
commit 87c3463c99

View File

@ -48,6 +48,10 @@ DEFINE_string getbinpkgver "" \
# include upload options
. "${BUILD_LIBRARY_DIR}/release_util.sh" || exit 1
# Override the default value to false so that
# ./flatcar_production_qemu_uefi.sh can launch the qemu VM later.
FLAGS_only_store_compressed=${FLAGS_FALSE}
# Parse command line
FLAGS "$@" || exit 1
eval set -- "${FLAGS_ARGV}"