rgl / windows-vagrant

Windows 11/2022/2025 Base Vagrant Box (https://app.vagrantup.com/rgl)
MIT License
354 stars 92 forks source link

Adjust logic for virtio driver download setup #18

Open salderma opened 2 years ago

salderma commented 2 years ago

Wraps the driver download for virtio into a conditional to avoid performing the download on every build.

rgl commented 2 years ago

the current implementation works-on-my-machine:

$ make drivers
make: 'drivers' is up to date.

what is the output in your machine?

salderma commented 2 years ago

Ok, I'm not sure what was going on, and I no longer have the shell history to share. What I was noticing was that attempts to build any Libvirt machine would re-download the virtio iso. If that's not what happens for anyone else I'll delete my fork and you can close the PR.