Merge pull request #108 from marineam/pxe

fix(image_to_vm): Fix upload pxe, VM_GENERATED_FILES must be an abspath
This commit is contained in:
Brandon Philips 2013-09-05 16:25:58 -07:00
commit 1e0d00b7f1

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