无业游民
vagrant-vbguest是一个插件,可以在访客系统上自动安装主机的VirtualBox Guest Additions。
安装
需要流浪者1.3或更高版本
无业游民≥1.3
$ vagrant plugin install vagrant-vbguest
配置/用法
如果幸运的话, vagrant-vbguest不需要任何配置。 但是,这是Vagrantfile的示例:
Vagrant :: Config . run do | config |
# we will try to autodetect this path.
# However, if we cannot or you have a special one you may pass it like:
# config.vbguest.iso_path = "#{ENV['HOME']}/Dow
2021-10-04 20:19:00
64KB
Ruby
1