We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can refer to http://download.virtualbox.org/virtualbox/ and http://releases.ubuntu.com/trusty/
Modify the application-server.json code according to your virtualbox version, latest ubuntu version and SHA256SUMS.
examples: "guest_additions_path": "VBoxGuestAdditions_5.2.2.iso", "guest_additions_url": "http://download.virtualbox.org/virtualbox/5.2.2/VBoxGuestAdditions_5.2.2.iso", "guest_os_type": "Ubuntu_64", "http_directory": "http", "iso_checksum": "8317a0479a94877829b20a19df8a7c09187b31eecb3f1ed9d2b8cb8681a81bb8", "iso_checksum": "dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1", "iso_checksum_type": "sha256", "iso_url": "http://releases.ubuntu.com/trusty/{{ userPACKER_BOX_NAME}}.iso",
"guest_additions_path": "VBoxGuestAdditions_5.2.2.iso", "guest_additions_url": "http://download.virtualbox.org/virtualbox/5.2.2/VBoxGuestAdditions_5.2.2.iso", "guest_os_type": "Ubuntu_64", "http_directory": "http", "iso_checksum": "8317a0479a94877829b20a19df8a7c09187b31eecb3f1ed9d2b8cb8681a81bb8", "iso_checksum": "dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1", "iso_checksum_type": "sha256", "iso_url": "http://releases.ubuntu.com/trusty/{{ user
}}.iso",
The text was updated successfully, but these errors were encountered:
Fixed by #76
Sorry, something went wrong.
No branches or pull requests
Can refer to http://download.virtualbox.org/virtualbox/ and http://releases.ubuntu.com/trusty/
Modify the application-server.json code according to your virtualbox version, latest ubuntu version and SHA256SUMS.
examples:
"guest_additions_path": "VBoxGuestAdditions_5.2.2.iso", "guest_additions_url": "http://download.virtualbox.org/virtualbox/5.2.2/VBoxGuestAdditions_5.2.2.iso", "guest_os_type": "Ubuntu_64", "http_directory": "http", "iso_checksum": "8317a0479a94877829b20a19df8a7c09187b31eecb3f1ed9d2b8cb8681a81bb8", "iso_checksum": "dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1", "iso_checksum_type": "sha256", "iso_url": "http://releases.ubuntu.com/trusty/{{ user
PACKER_BOX_NAME}}.iso",
The text was updated successfully, but these errors were encountered: