Fix evaluation

This commit is contained in:
Eelco Dolstra 2022-09-15 15:56:46 +02:00
parent 3dd313a7c2
commit 0d4bf9c4d8
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -139,7 +139,7 @@ let
qemu-img create -b ./${image.rootDisk} -F "$image_type" -f qcow2 ./disk.qcow2
extra_qemu_opts="${image.extraQemuOpts}"
extra_qemu_opts="${image.extraQemuOpts or ""}"
# Add the config disk, required by the Ubuntu images.
config_drive=$(echo *configdrive.vmdk || true)