Sha256: 9758f300f2c346d6329d20fd78dfc1534675e32a365894831409192fd5e3a132
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
# Save Appliance from virtualbox vagrant - memory_size: $$virtualbox_memory_size - customized_vm: - exec_local: VBoxManage modifyvm $$virtualbox_vmid --natpf1 delete guestssh - exec_local: VBoxManage storageattach $$virtualbox_vmid --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium none - exec_local: VBoxManage modifyvm $$virtualbox_vmid --memory $$memory_size - save_box: - check_cmd_local: vagrant - exec_local: echo "Exporting appliance to $$output.box..." - exec_local: rm -f $$output.box - exec_local: vagrant package --base $$virtualbox_vmid --output $$output.box
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kameleon-builder-2.2.5 | templates/steps/export/vagrant_save_appliance.yaml |