Skip to content

Commit

Permalink
Changes required to packer push on windows
Browse files Browse the repository at this point in the history
See issue #5. In addition to the changes required by the tutorial
  • Loading branch information
nwns committed Jun 23, 2015
1 parent 856c8a7 commit a5360a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
File renamed without changes.
16 changes: 8 additions & 8 deletions template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
{
"type": "shell",
"scripts": [
"scripts/base.sh",
"scripts/virtualbox.sh",
"scripts/vmware.sh",
"scripts/vagrant.sh",
"scripts/dep.sh",
"scripts/cleanup.sh",
"scripts/zerodisk.sh"
"scripts\\base.sh",
"scripts\\virtualbox.sh",
"scripts\\vmware.sh",
"scripts\\vagrant.sh",
"scripts\\dep.sh",
"scripts\\cleanup.sh",
"scripts\\zerodisk.sh"
],
"override": {
"virtualbox-iso": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"boot_wait": "10s",
"disk_size": 20480,
"guest_os_type": "Ubuntu_64",
"http_directory": "http",
"http_directory": ".",
"iso_checksum": "af224223de99e2a730b67d7785b657f549be0d63221188e105445f75fb8305c9",
"iso_checksum_type": "sha256",
"iso_url": "http://releases.ubuntu.com/precise/ubuntu-12.04.5-server-amd64.iso",
Expand Down

0 comments on commit a5360a1

Please sign in to comment.