fix iso_url: use old-releases.ubuntu.com/...

This commit is contained in:
dlovell 2013-09-14 15:02:40 -04:00
parent 89be39922a
commit b67580d3f2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio
<pre class="prettyprint"> <pre class="prettyprint">
{ {
"type": "vmware", "type": "vmware",
"iso_url": "http://releases.ubuntu.com/12.04/ubuntu-12.04.2-server-amd64.iso", "iso_url": "http://old-releases.ubuntu.com/releases/precise/ubuntu-12.04.2-server-amd64.iso",
"iso_checksum": "af5f788aee1b32c4b2634734309cc9e9", "iso_checksum": "af5f788aee1b32c4b2634734309cc9e9",
"iso_checksum_type": "md5", "iso_checksum_type": "md5",
"ssh_username": "packer", "ssh_username": "packer",