虚拟盒子加客仅靠客os?
Virtual box guest addition depends on guest os only?
我正在与 vagrant
、vb-guest plugin
作斗争,并试图弄清楚 virtual box guest addition
取决于哪些因素?
它取决于 guest os
还是取决于 'virtualbox' 版本以及 'guest os' 或取决于 host
os 。
我对此一头雾水。
如果它也依赖于 virtualbox
那么如果我更新 virtual box
那么我还需要更新 guest addition
吗?
谢谢
来自VirtualBox guest addition 文档
the Guest Additions are designed to be installed inside a virtual
machine after the guest operating system has been installed. They
consist of device drivers and system applications that optimize the
guest operating system for better performance and usability
Each version of VirtualBox, even minor releases, ship with their own
version of the Guest Additions. While the interfaces through which the
VirtualBox core communicates with the Guest Additions are kept stable
so that Guest Additions already installed in a VM should continue to
work when VirtualBox is upgraded on the host, for best results, it is
recommended to keep the Guest Additions at the same version.
最后是的,当您更新您的 VirtualBox 版本时,您需要更新来宾添加软件的版本。
这就是 vagrant vbguest plugin 的优点,它会检查并在需要时为您安装。
我正在与 vagrant
、vb-guest plugin
作斗争,并试图弄清楚 virtual box guest addition
取决于哪些因素?
它取决于 guest os
还是取决于 'virtualbox' 版本以及 'guest os' 或取决于 host
os 。
我对此一头雾水。
如果它也依赖于 virtualbox
那么如果我更新 virtual box
那么我还需要更新 guest addition
吗?
谢谢
来自VirtualBox guest addition 文档
the Guest Additions are designed to be installed inside a virtual machine after the guest operating system has been installed. They consist of device drivers and system applications that optimize the guest operating system for better performance and usability
Each version of VirtualBox, even minor releases, ship with their own version of the Guest Additions. While the interfaces through which the VirtualBox core communicates with the Guest Additions are kept stable so that Guest Additions already installed in a VM should continue to work when VirtualBox is upgraded on the host, for best results, it is recommended to keep the Guest Additions at the same version.
最后是的,当您更新您的 VirtualBox 版本时,您需要更新来宾添加软件的版本。
这就是 vagrant vbguest plugin 的优点,它会检查并在需要时为您安装。