Skip to content

Commit

Permalink
Merge pull request #413 from chef/macosx-larger-drives
Browse files Browse the repository at this point in the history
[macosx-*] Increase disk_size to ~40G from ~20G.
  • Loading branch information
fnichol committed Aug 18, 2015
2 parents a5d4732 + e3db273 commit 44e2899
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions macosx-10.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"builders": [
{
"boot_wait": "2s",
"disk_size": 20480,
"disk_size": 40960,
"guest_os_type": "darwin12-64",
"headless": "{{ user `headless` }}",
"iso_checksum": "{{user `iso_checksum`}}",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
{
"boot_wait": "2s",
"disk_size": 20480,
"disk_size": 40960,
"guest_additions_mode": "disable",
"guest_os_type": "MacOS109_64",
"hard_drive_interface": "sata",
Expand Down
4 changes: 2 additions & 2 deletions macosx-10.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"builders": [
{
"boot_wait": "2s",
"disk_size": 20480,
"disk_size": 40960,
"guest_os_type": "darwin12-64",
"headless": "{{ user `headless` }}",
"iso_checksum": "{{user `iso_checksum`}}",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
{
"boot_wait": "2s",
"disk_size": 20480,
"disk_size": 40960,
"guest_additions_mode": "disable",
"guest_os_type": "MacOS107_64",
"hard_drive_interface": "sata",
Expand Down
4 changes: 2 additions & 2 deletions macosx-10.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"builders": [
{
"boot_wait": "2s",
"disk_size": 20480,
"disk_size": 40960,
"guest_os_type": "darwin12-64",
"headless": "{{ user `headless` }}",
"iso_checksum": "{{user `iso_checksum`}}",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
{
"boot_wait": "2s",
"disk_size": 20480,
"disk_size": 40960,
"guest_additions_mode": "disable",
"guest_os_type": "MacOS108_64",
"hard_drive_interface": "sata",
Expand Down
4 changes: 2 additions & 2 deletions macosx-10.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"builders": [
{
"boot_wait": "2s",
"disk_size": 20480,
"disk_size": 40960,
"guest_os_type": "darwin12-64",
"headless": "{{ user `headless` }}",
"iso_checksum": "{{user `iso_checksum`}}",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
{
"boot_wait": "2s",
"disk_size": 20480,
"disk_size": 40960,
"guest_additions_mode": "disable",
"guest_os_type": "MacOS109_64",
"hard_drive_interface": "sata",
Expand Down

0 comments on commit 44e2899

Please sign in to comment.