mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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:
|
||||
name: virtualbox
|
||||
guest_additions: /root/images/VBoxGuestAdditions.iso
|
||||
guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso
|
||||
bootstrapper:
|
||||
workspace: /target
|
||||
image:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
provider:
|
||||
name: virtualbox
|
||||
guest_additions: /root/images/VBoxGuestAdditions.iso
|
||||
guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso
|
||||
bootstrapper:
|
||||
workspace: /target
|
||||
image:
|
||||
|
|
Loading…
Add table
Reference in a new issue