Skip to content

Commit

Permalink
Update to Ubuntu 14.04.1. Fixes #290
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Jan 23, 2015
1 parent 73e06e6 commit d572e6b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions packer/ubuntu-14.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "Ubuntu_64",
"http_directory": "http",
"iso_checksum": "4d94f6111b8fe47da94396180ce499d8c0bb44f3",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/14.04/ubuntu-14.04-server-amd64.iso",
"iso_checksum": "946a6077af6f5f95a51f82fdc44051c7aa19f9cfc5f737954845a6050543d7c2",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/14.04.1/ubuntu-14.04.1-server-amd64.iso",
"output_directory": "packer-ubuntu-14.04-amd64-virtualbox",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down Expand Up @@ -86,9 +86,9 @@
"disk_size": 40960,
"guest_os_type": "ubuntu-64",
"http_directory": "http",
"iso_checksum": "4d94f6111b8fe47da94396180ce499d8c0bb44f3",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/14.04/ubuntu-14.04-server-amd64.iso",
"iso_checksum": "946a6077af6f5f95a51f82fdc44051c7aa19f9cfc5f737954845a6050543d7c2",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/14.04.1/ubuntu-14.04.1-server-amd64.iso",
"output_directory": "packer-ubuntu-14.04-amd64-vmware",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down Expand Up @@ -134,9 +134,9 @@
"parallels_tools_flavor": "lin",
"guest_os_type": "ubuntu",
"http_directory": "http",
"iso_checksum": "4d94f6111b8fe47da94396180ce499d8c0bb44f3",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/14.04/ubuntu-14.04-server-amd64.iso",
"iso_checksum": "946a6077af6f5f95a51f82fdc44051c7aa19f9cfc5f737954845a6050543d7c2",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/14.04.1/ubuntu-14.04.1-server-amd64.iso",
"output_directory": "packer-ubuntu-14.04-amd64-parallels",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down
18 changes: 9 additions & 9 deletions packer/ubuntu-14.04-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "Ubuntu",
"http_directory": "http",
"iso_checksum": "33eb2ad62940aabe99f776f3c35ce90eaad6e2d2",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/14.04/ubuntu-14.04-server-i386.iso",
"iso_checksum": "976044842804eafc18390505508958b559c131211160ecae5e60694bdf171f78",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/14.04.1/ubuntu-14.04.1-server-i386.iso",
"output_directory": "packer-ubuntu-14.04-i386-virtualbox",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down Expand Up @@ -86,9 +86,9 @@
"disk_size": 40960,
"guest_os_type": "ubuntu",
"http_directory": "http",
"iso_checksum": "33eb2ad62940aabe99f776f3c35ce90eaad6e2d2",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/14.04/ubuntu-14.04-server-i386.iso",
"iso_checksum": "976044842804eafc18390505508958b559c131211160ecae5e60694bdf171f78",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/14.04.1/ubuntu-14.04.1-server-i386.iso",
"output_directory": "packer-ubuntu-14.04-i386-vmware",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down Expand Up @@ -134,9 +134,9 @@
"parallels_tools_flavor": "lin",
"guest_os_type": "ubuntu",
"http_directory": "http",
"iso_checksum": "33eb2ad62940aabe99f776f3c35ce90eaad6e2d2",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/14.04/ubuntu-14.04-server-i386.iso",
"iso_checksum": "976044842804eafc18390505508958b559c131211160ecae5e60694bdf171f78",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/14.04.1/ubuntu-14.04.1-server-i386.iso",
"output_directory": "packer-ubuntu-14.04-i386-parallels",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down

0 comments on commit d572e6b

Please sign in to comment.