mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-7143: Fixed box file for virtualbox
This commit is contained in:
parent
598c472b73
commit
cab4dd8258
@ -463,8 +463,10 @@ function vagrant_export() {
|
||||
# since it makes optimistic assumptions about VM shutdown/halt leading to available
|
||||
# disks and the like
|
||||
disk="${appliance_build_name}-vmware.ovf"
|
||||
image="${appliance_build_name}-vmware-disk1.vmdk"
|
||||
mkdir -p "box/${appliance_build_name}"
|
||||
cp "${disk}" "box/${appliance_build_name}/box.ovf"
|
||||
cp "${image}" "box/${appliance_build_name}/box-disk1.vmdk"
|
||||
cat >box/${appliance_build_name}/Vagrantfile <<END
|
||||
Vagrant::Config.run do |config|
|
||||
# This Vagrantfile is auto-generated by vagrant package to contain
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user