mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Vbox guest additions iso location fix
This commit is contained in:
parent
b710986b70
commit
6cbba0346c
2 changed files with 2 additions and 2 deletions
|
@ -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