virtio-win / virtio-win-pkg-scripts

Scripts for packaging virtio-win drivers
GNU General Public License v2.0
1.95k stars 151 forks source link

add additional simpler CD layout #27

Closed ggzengel closed 4 years ago

ggzengel commented 4 years ago

I hope this is the right place for this issue. A while back I opened this issue here: https://github.com/virtio-win/kvm-guest-drivers-windows/issues/157

crobinso commented 4 years ago

Yes it's the right place. The current iso layout does have some of the simpler layout, but not all drivers are available there. The reason is that the simpler layout is what windows installer uses to autodetect available drivers for the architecture. If we put every driver on the CD under that directory structure, using the iso at install time gives options for every driver multiple times over, rather than just the critical storage and network drivers that are already there. This was an explicit choice, see the discussion here: https://github.com/crobinso/virtio-win-pkg-scripts/pull/16

So I don't expect we will be changing this unless there's a stronger reason to do so