From cd75fc26a05391e5f7273399fb3e76838eca961f Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Sun, 1 Dec 2013 15:10:52 -0500 Subject: [PATCH] Repair incorrect SHA1 checksum on Ubuntu 12.04-i386 box (only under the VMware clauses) --- packer/ubuntu-12.04-i386.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/ubuntu-12.04-i386.json b/packer/ubuntu-12.04-i386.json index 62c1e39c4..bd5e27534 100644 --- a/packer/ubuntu-12.04-i386.json +++ b/packer/ubuntu-12.04-i386.json @@ -81,7 +81,7 @@ "disk_size": 40960, "guest_os_type": "ubuntu", "http_directory": "http", - "iso_checksum": "f6fb4e12e12e6ba4247aee5985dd92cc5a653122", + "iso_checksum": "2ec0e913959f6c2ba7a558e8bfa361428bb00e56", "iso_checksum_type": "sha1", "iso_url": "{{user `mirror`}}/12.04/ubuntu-12.04.3-server-i386.iso", "tools_upload_flavor": "linux",