mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
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:
commit
1e0d00b7f1
@ -446,7 +446,7 @@ If you have qemu installed (or in the SDK), you can start the image with:
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
VM_GENERATED_FILES+=( "${vmlinuz_name}" "${VM_README}" )
|
VM_GENERATED_FILES+=( "${dst_dir}/${vmlinuz_name}" "${VM_README}" )
|
||||||
}
|
}
|
||||||
|
|
||||||
# Generate the vmware config file
|
# Generate the vmware config file
|
||||||
|
Loading…
Reference in New Issue
Block a user