You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This driver works fine in Windows with Boot2docker but I can't get this working with Rancher. The example presented here uses cloud-config.yml but I have no idea about what to place in it and where this must be. Maybe that simply this cannot run in Windows?
The text was updated successfully, but these errors were encountered:
Well I found out that simply cloud-config.yml is passed to Qemu using -fsdev QEmu option that simply do not exists for QEmu in windows.
This will be included soon virtio-win/kvm-guest-drivers-windows#126 (comment). This is a little bit away from my goal i.e. port to W10 with no virtualization bios support. Furthermore I expect QEmu to use virtualization support to implement -fsdev. I feel that there could be ways other than -fsdev sharing to pass Rancheros a cloud-config.yml. YMMV and may be this driver can be used with Windows + Virtualization support once that QEmu supports -fsdev on W10. Wait and see.
This driver works fine in Windows with Boot2docker but I can't get this working with Rancher. The example presented here uses cloud-config.yml but I have no idea about what to place in it and where this must be. Maybe that simply this cannot run in Windows?
The text was updated successfully, but these errors were encountered: