Fix compose_args for vhd image

RHEL7 arguments are slightly different from the RHEL8 version this was
ported from.

Related: rhbz#1656105
This commit is contained in:
Brian C. Lane 2018-12-14 14:26:01 -08:00
parent ab17674f75
commit f426a357b1

View File

@ -572,13 +572,11 @@ def compose_args(compose_type):
"make_tar": False,
"make_pxe_live": False,
"make_ostree_live": False,
"make_oci": False,
"make_vagrant": False,
"ostree": False,
"live_rootfs_keep_size": False,
"live_rootfs_size": 0,
"image_type": "vpc",
"qemu_args": ["-o", "subformat=fixed,force_size"],
"qcow2": True,
"qcow2_args": ["-O", "vpc", "-o", "subformat=fixed"],
"image_name": "disk.vhd",
"fs_label": "",
"image_only": True,