mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Merge pull request #257 from vorlock/kula/examples_vbox_iso_fix
Vbox guest additions iso path fix
This commit is contained in:
commit
c085b1b971
3 changed files with 8 additions and 5 deletions
|
@ -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`
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue