mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
73caf995db
commit
87c3463c99
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user