Vagrant:使用Tiny Core Linux避免在客户操作系统上使用'configure_networks'功能

the*_*404 6 vagrant tiny-core-linux

我一直在努力让Vagrant允许我设置一个Tiny Core Linux映像,并且无法解决以下错误:

Vagrant attempted to execute the capability 'configure_networks'
on the detect guest OS 'linux', but the guest doesn't
support that capability. This capability is required for your
configuration of Vagrant. Please either reconfigure Vagrant to 
avoid this capability or fix the issue by creating the capability.
Run Code Online (Sandbox Code Playgroud)

我尝试使用http://docs.vagrantup.com/v2/networking/basic_usage.html上的配置选项,并且到目前为止无法找到config.vm.networks的配置,这避免了在Vagrant中调用configure_networks块.我错过了一个明显的配置,还是Vagrant中的一个错误?