-
Notifications
You must be signed in to change notification settings - Fork 308
Update guest additions in downloadable Vagrant box #2868
Comments
Manual way for updating additions for Ubuntu 12.04 on VirtualBox:
|
Figured out that I need to use |
😞 |
We're on 10.04:
|
It is possible to switch to cedar-14. I updated the box with additions successfully, but it is now 880Mb. So it may worth just to redo it from scratch using more fresh 14.04 image and clean it afterwards. We can test if Gratipay behaves correctly on 14.04 then. |
I'm sure it's possible, not sure it's worth it. I would say go ahead and use Ubuntu 14.04 in the Vagrant box. We're already out of sync with production since Vagrant currently uses 12.04 (right?). And I develop on Mac OS anyway, so we haven't tried too hard to keep dev and production OSes in sync. |
Closed by #2954. New base image used by Vagrantfile already has new VirtualBox additions installed. Just need to make snapshot of the box and pack it properly. |
perfect ,remark |
Vagrant VM occasionally hangs and or makes some files inaccessible.
vagrant up
warns that this is likely to be caused by outdated guest additions. It would be nice to see base box updated.Here are some links:
https://github.com/TryGhost/Ghost-Vagrant#updating-virtual-box-guest-additions
http://stackoverflow.com/questions/20308794/how-to-upgrade-to-virtualbox-guest-additions-4-3-on-precise64-box
The text was updated successfully, but these errors were encountered: