subutai-io / packer

Apache License 2.0
1 stars 2 forks source link

[virtualbox] Need to remove Guest addition tools from Vagrant box #76

Closed ibragim13kz closed 6 years ago

ibragim13kz commented 6 years ago

screenshot from 2018-06-11 09-51-14

jadilet commented 6 years ago

Vagrant box subutai/stretch v7.0.3 was build with Virtualbox Guest Addition v5.2.6. Every Virtualbox version requires different version of guest addition tools. (Some functionality may not work as intended.) Solution:

  1. We should remove guest addition tool from vagrant box.
  2. Add requirement Vagrant vagrant-vbguest plugin while using box.
ibragim13kz commented 6 years ago

Fixed in Master.

ibragim13kz commented 6 years ago

Done in Prod.