fix(image_to_vm): Fix upload pxe, VM_GENERATED_FILES must be an abspath

This commit is contained in:
Michael Marineau 2013-09-05 16:14:02 -07:00
parent 310a31c03b
commit b223b45800

View File

@ -446,7 +446,7 @@ If you have qemu installed (or in the SDK), you can start the image with:
EOF
VM_GENERATED_FILES+=( "${vmlinuz_name}" "${VM_README}" )
VM_GENERATED_FILES+=( "${dst_dir}/${vmlinuz_name}" "${VM_README}" )
}
# Generate the vmware config file