Merge pull request #257 from vorlock/kula/examples_vbox_iso_fix

Vbox guest additions iso path fix
This commit is contained in:
Anders Ingemann 2015-11-10 09:13:44 +01:00
commit c085b1b971
3 changed files with 8 additions and 5 deletions

View file

@ -7,6 +7,9 @@ run in VirtualBox). It's advisable to always use vmdk images for
interoperability (e.g. interoperability (e.g.
`OVF <http://en.wikipedia.org/wiki/Open_Virtualization_Format>`__ files `OVF <http://en.wikipedia.org/wiki/Open_Virtualization_Format>`__ files
*should* support vdi files, but since they have no identifier URL not *should* support vdi files, but since they have no identifier URL not
even VirtualBox itself can import them). VirtualBox Guest Additions can even VirtualBox itself can import them).
be installed automatically if the ISO is `provided in the
manifest <../../../manifests/#bootstrapper>`__. 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`

View file

@ -1,7 +1,7 @@
--- ---
provider: provider:
name: virtualbox name: virtualbox
guest_additions: /root/images/VBoxGuestAdditions.iso guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso
bootstrapper: bootstrapper:
workspace: /target workspace: /target
image: image:

View file

@ -1,7 +1,7 @@
--- ---
provider: provider:
name: virtualbox name: virtualbox
guest_additions: /root/images/VBoxGuestAdditions.iso guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso
bootstrapper: bootstrapper:
workspace: /target workspace: /target
image: image: