windows-vagrant icon indicating copy to clipboard operation
windows-vagrant copied to clipboard

Prevent re-download virtio-win-0.1.285.iso

Open eval-exec opened this issue 3 months ago • 0 comments

Hello, thanks for the project, it helps me a lot.

In below screenshot, you can see I execute make build-windows-2022-libvirt, and it downloaded virtio-win-0.1.285.iso, but my system is missing 7z. then I installed 7z, and execute make build-windows-2022-librt again, then it re-download virtio-win-0.1.285.iso again.

I think we can check if we have downloaded the iso file, if it exists, then we don't need to re-download it again.

Thank you.

Image

eval-exec avatar Nov 03 '25 10:11 eval-exec