From 6cbba0346cc2f2fcca383b0335b869eec0d43f01 Mon Sep 17 00:00:00 2001 From: Marcin Kulisz Date: Mon, 9 Nov 2015 15:51:43 +0000 Subject: [PATCH 1/2] Vbox guest additions iso location fix --- manifests/examples/virtualbox/wheezy-vagrant.yml | 2 +- manifests/examples/virtualbox/wheezy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/examples/virtualbox/wheezy-vagrant.yml b/manifests/examples/virtualbox/wheezy-vagrant.yml index e440ca7..8b14179 100644 --- a/manifests/examples/virtualbox/wheezy-vagrant.yml +++ b/manifests/examples/virtualbox/wheezy-vagrant.yml @@ -1,7 +1,7 @@ --- provider: name: virtualbox - guest_additions: /root/images/VBoxGuestAdditions.iso + guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso bootstrapper: workspace: /target image: diff --git a/manifests/examples/virtualbox/wheezy.yml b/manifests/examples/virtualbox/wheezy.yml index 6a1b358..15f168f 100644 --- a/manifests/examples/virtualbox/wheezy.yml +++ b/manifests/examples/virtualbox/wheezy.yml @@ -1,7 +1,7 @@ --- provider: name: virtualbox - guest_additions: /root/images/VBoxGuestAdditions.iso + guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso bootstrapper: workspace: /target image: From 11a839045d615d39f5baac2ea7e1b69b5e179356 Mon Sep 17 00:00:00 2001 From: Marcin Kulisz Date: Mon, 9 Nov 2015 21:53:48 +0000 Subject: [PATCH 2/2] Vbox guest additions info added to the vbox provider readme --- bootstrapvz/providers/virtualbox/README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bootstrapvz/providers/virtualbox/README.rst b/bootstrapvz/providers/virtualbox/README.rst index 8443f4f..5944dd1 100644 --- a/bootstrapvz/providers/virtualbox/README.rst +++ b/bootstrapvz/providers/virtualbox/README.rst @@ -7,6 +7,9 @@ run in VirtualBox). It's advisable to always use vmdk images for interoperability (e.g. `OVF `__ files *should* support vdi files, but since they have no identifier URL not -even VirtualBox itself can import them). VirtualBox Guest Additions can -be installed automatically if the ISO is `provided in the -manifest <../../../manifests/#bootstrapper>`__. +even VirtualBox itself can import them). + +VirtualBox Guest Additions can be installed automatically if the ISO is +`provided in the manifest <../../../manifests/#bootstrapper>`__. +VirtualBox Additions iso can be installed from main Debian repo by running: +`apt install virtualbox-guest-additions-iso`