Skip to content

Commit

Permalink
Merge pull request #243 from juliandunn/rhel-7-fixes
Browse files Browse the repository at this point in the history
Fix bugs on building VMWare box
  • Loading branch information
juliandunn committed Jul 21, 2014
2 parents 84b12a7 + 651fd46 commit 7dde7a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packer/rhel-7.0-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
]
],
"virtualbox_version_file": ".vbox_version",
"vm_name": "packer-centos-7.0-x86_64"
"vm_name": "packer-rhel-7.0-x86_64"
},
{
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/rhel-7.0/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-7.0/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_os_type": "redhat-64",
"guest_os_type": "rhel7-64",
"http_directory": "http",
"iso_checksum": "85a9fedc2bf0fc825cc7817056aa00b3ea87d7e111e0cf8de77d3ba643f8646c",
"iso_checksum_type": "sha256",
Expand All @@ -55,7 +55,7 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"type": "vmware-iso",
"vm_name": "packer-centos-7.0-x86_64",
"vm_name": "packer-rhel-7.0-x86_64",
"vmx_data": {
"cpuid.coresPerSocket": "1",
"memsize": "480",
Expand Down

0 comments on commit 7dde7a0

Please sign in to comment.