summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--integration/scripts/functions_qemu2
1 files changed, 0 insertions, 2 deletions
diff --git a/integration/scripts/functions_qemu b/integration/scripts/functions_qemu
index ccc4e795..c7fc704f 100644
--- a/integration/scripts/functions_qemu
+++ b/integration/scripts/functions_qemu
@@ -18,7 +18,6 @@ function build_vm() {
local elementes="base vm"
local trove_elements_path=${PATH_TROVE}/integration/scripts/files/elements
- local GUEST_IMAGETYPE=${GUEST_IMAGETYPE:-"qcow2"}
local GUEST_IMAGESIZE=${GUEST_IMAGESIZE:-4}
local GUEST_CACHEDIR=${GUEST_CACHEDIR:-"$HOME/.cache/image-create"}
@@ -81,7 +80,6 @@ function build_vm() {
-a amd64 \
-o ${image_output} \
-t ${image_type} \
- -t ${GUEST_IMAGETYPE} \
--image-size ${GUEST_IMAGESIZE} \
--image-cache ${GUEST_CACHEDIR} \
$elementes