Skip to content

Commit

Permalink
Merge pull request #584 from davidmnoriega/fix-14.04-vmhgfs
Browse files Browse the repository at this point in the history
Fix for VMware HGFS on Ubuntu 14.04
  • Loading branch information
Seth Thomas committed May 1, 2016
2 parents 5110143 + f4460d0 commit 083ad12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ubuntu-14.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@
"headless": "",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "07e4bb5569814eab41fafac882ba127893e3ff0bdb7ec931c9b2d040e3e94e7a",
"iso_checksum": "946a6077af6f5f95a51f82fdc44051c7aa19f9cfc5f737954845a6050543d7c2",
"iso_checksum_type": "sha256",
"iso_name": "ubuntu-14.04.4-server-amd64.iso",
"iso_name": "ubuntu-14.04.1-server-amd64.iso",
"memory": "512",
"metadata": "floppy/dummy_metadata.json",
"mirror": "http://releases.ubuntu.com",
"mirror_directory": "14.04.4",
"mirror": "http://old-releases.ubuntu.com/releases",
"mirror_directory": "14.04.1",
"name": "ubuntu-14.04",
"no_proxy": "{{env `no_proxy`}}",
"preseed_path": "ubuntu-14.04/preseed.cfg",
Expand Down
8 changes: 4 additions & 4 deletions ubuntu-14.04-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@
"headless": "",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "e20cf9e0812b52287ca22ac1815bc933c0cfef2be88191110b697d8943bef19e",
"iso_checksum": "976044842804eafc18390505508958b559c131211160ecae5e60694bdf171f78",
"iso_checksum_type": "sha256",
"iso_name": "ubuntu-14.04.4-server-i386.iso",
"iso_name": "ubuntu-14.04.1-server-i386.iso",
"memory": "512",
"metadata": "floppy/dummy_metadata.json",
"mirror": "http://releases.ubuntu.com",
"mirror_directory": "14.04.4",
"mirror": "http://old-releases.ubuntu.com/releases",
"mirror_directory": "14.04.1",
"name": "ubuntu-14.04-i386",
"no_proxy": "{{env `no_proxy`}}",
"preseed_path": "ubuntu-14.04/preseed.cfg",
Expand Down

0 comments on commit 083ad12

Please sign in to comment.