forked from lix-project/lix
Fix evaluation
This commit is contained in:
parent
3dd313a7c2
commit
0d4bf9c4d8
|
@ -139,7 +139,7 @@ let
|
||||||
|
|
||||||
qemu-img create -b ./${image.rootDisk} -F "$image_type" -f qcow2 ./disk.qcow2
|
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.
|
# Add the config disk, required by the Ubuntu images.
|
||||||
config_drive=$(echo *configdrive.vmdk || true)
|
config_drive=$(echo *configdrive.vmdk || true)
|
||||||
|
|
Loading…
Reference in a new issue