Skip to content

Commit

Permalink
Merge pull request #97 from juliandunn/upgrade-centos-5
Browse files Browse the repository at this point in the history
Upgrade to CentOS 5.10
  • Loading branch information
juliandunn committed Oct 29, 2013
2 parents 6c282fa + 29dd3d7 commit 4adacc7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
15 changes: 7 additions & 8 deletions packer/centos-5.9-i386.json → packer/centos-5.10-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{
"type": "virtualbox",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.9/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "RedHat",
"http_directory": "http",
"iso_checksum": "78f976b190ce44716eb672f71203df978474dfb4",
"iso_checksum": "bb4e61210e1c0389fdf55c59bd2dd7bc957dd400",
"iso_checksum_type": "sha1",
"iso_url": "http://mirrors.kernel.org/centos/5.9/isos/i386/CentOS-5.9-i386-bin-DVD-1of2.iso",
"iso_url": "http://mirrors.kernel.org/centos/5.10/isos/i386/CentOS-5.10-i386-bin-DVD-1of2.iso",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -27,15 +27,15 @@
{
"type": "vmware",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.9/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_os_type": "centos",
"http_directory": "http",
"iso_checksum": "78f976b190ce44716eb672f71203df978474dfb4",
"iso_checksum": "bb4e61210e1c0389fdf55c59bd2dd7bc957dd400",
"iso_checksum_type": "sha1",
"iso_url": "http://mirrors.kernel.org/centos/5.9/isos/i386/CentOS-5.9-i386-bin-DVD-1of2.iso",
"iso_url": "http://mirrors.kernel.org/centos/5.10/isos/i386/CentOS-5.10-i386-bin-DVD-1of2.iso",
"tools_upload_flavor": "linux",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
Expand All @@ -51,7 +51,7 @@
],
"post-processors": [
{
"output": "../builds/{{.Provider}}/opscode_centos-5.9-i386_provisionerless.box",
"output": "../builds/{{.Provider}}/opscode_centos-5.10-i386_provisionerless.box",
"type": "vagrant"
}
],
Expand All @@ -61,7 +61,6 @@
"scripts": [
"scripts/common/vagrant.sh",
"scripts/common/sshd.sh",
"scripts/common/vagrant.sh",
"scripts/common/vmtools.sh",
"scripts/centos/cleanup.sh",
"scripts/common/minimize.sh"
Expand Down
15 changes: 7 additions & 8 deletions packer/centos-5.9-x86_64.json → packer/centos-5.10-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{
"type": "virtualbox",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.9/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "RedHat_64",
"http_directory": "http",
"iso_checksum": "c12e01b546f00a965b8414abf0860b08d0bba3c9",
"iso_checksum": "d8403b3fe4972eda3e147ee76d682a4a3beae1e1",
"iso_checksum_type": "sha1",
"iso_url": "http://mirrors.kernel.org/centos/5.9/isos/x86_64/CentOS-5.9-x86_64-bin-DVD-1of2.iso",
"iso_url": "http://mirrors.kernel.org/centos/5.10/isos/x86_64/CentOS-5.10-x86_64-bin-DVD-1of2.iso",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -27,15 +27,15 @@
{
"type": "vmware",
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.9/ks.cfg<enter><wait>"
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-5.10/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_os_type": "centos-64",
"http_directory": "http",
"iso_checksum": "c12e01b546f00a965b8414abf0860b08d0bba3c9",
"iso_checksum": "d8403b3fe4972eda3e147ee76d682a4a3beae1e1",
"iso_checksum_type": "sha1",
"iso_url": "http://mirrors.kernel.org/centos/5.9/isos/x86_64/CentOS-5.9-x86_64-bin-DVD-1of2.iso",
"iso_url": "http://mirrors.kernel.org/centos/5.10/isos/x86_64/CentOS-5.10-x86_64-bin-DVD-1of2.iso",
"tools_upload_flavor": "linux",
"shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p",
"ssh_password": "vagrant",
Expand All @@ -51,7 +51,7 @@
],
"post-processors": [
{
"output": "../builds/{{.Provider}}/opscode_centos-5.9_provisionerless.box",
"output": "../builds/{{.Provider}}/opscode_centos-5.10_provisionerless.box",
"type": "vagrant"
}
],
Expand All @@ -61,7 +61,6 @@
"scripts": [
"scripts/common/vagrant.sh",
"scripts/common/sshd.sh",
"scripts/common/vagrant.sh",
"scripts/common/vmtools.sh",
"scripts/centos/cleanup.sh",
"scripts/common/minimize.sh"
Expand Down
File renamed without changes.

0 comments on commit 4adacc7

Please sign in to comment.