Skip to content

Commit

Permalink
Added Fedora 20 Beta support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Nov 25, 2013
1 parent 5a310b8 commit e7ece7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions packer/fedora-20-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
{
"type": "virtualbox",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-19/ks.cfg<enter><wait>"
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-20/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "Fedora",
"http_directory": "http",
"iso_checksum": "24e3a6446b7e2e2b0a3591271c896c41eae01f733a65aa4f5bf43e99bfcfc25e",
"iso_checksum": "d98caa59fa72c4817e040060149ca3951aef6c16ccf485522527e7efa3ebbd74",
"iso_checksum_type": "sha256",
"iso_url": "http://mirrors.kernel.org/fedora/releases/20/Fedora/i386/iso/Fedora-20-i386-DVD.iso",
"iso_url": "http://download.fedoraproject.org/pub/fedora/linux/releases/test/20-Beta/Fedora/i386/iso/Fedora-20-Beta-i386-DVD.iso",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -30,15 +30,15 @@
{
"type": "vmware",
"boot_command": [
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-19/ks.cfg<enter><wait>"
"<tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora-20/ks.cfg<enter><wait>"
],
"boot_wait": "10s",
"disk_size": 40960,
"guest_os_type": "fedora",
"http_directory": "http",
"iso_checksum": "24e3a6446b7e2e2b0a3591271c896c41eae01f733a65aa4f5bf43e99bfcfc25e",
"iso_checksum": "d98caa59fa72c4817e040060149ca3951aef6c16ccf485522527e7efa3ebbd74",
"iso_checksum_type": "sha256",
"iso_url": "http://mirrors.kernel.org/fedora/releases/20/Fedora/i386/iso/Fedora-20-i386-DVD.iso",
"iso_url": "http://download.fedoraproject.org/pub/fedora/linux/releases/test/20-Beta/Fedora/i386/iso/Fedora-20-Beta-i386-DVD.iso",
"tools_upload_flavor": "linux",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand All @@ -54,7 +54,7 @@
],
"post-processors": [
{
"output": "../builds/{{.Provider}}/opscode_fedora-19-i386_chef-{{user `chef_version`}}.box",
"output": "../builds/{{.Provider}}/opscode_fedora-20-i386_chef-{{user `chef_version`}}.box",
"type": "vagrant"
}
],
Expand Down
8 changes: 4 additions & 4 deletions packer/fedora-20-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "Fedora_64",
"http_directory": "http",
"iso_checksum": "749763da40ebf6cb3a9ed46434b2d165d09938cf24b51992da656d9125ff0290",
"iso_checksum": "04e76a36eb97d6fcdc35e6a2ecdb7b7631a4d220cf70cfbffd0f17db000ae3ac",
"iso_checksum_type": "sha256",
"iso_url": "http://mirrors.kernel.org/fedora/releases/test/20-Alpha/Fedora/x86_64/iso/Fedora-20-Alpha-x86_64-DVD.iso",
"iso_url": "http://download.fedoraproject.org/pub/fedora/linux/releases/test/20-Beta/Fedora/x86_64/iso/Fedora-20-Beta-x86_64-DVD.iso",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -36,9 +36,9 @@
"disk_size": 40960,
"guest_os_type": "fedora-64",
"http_directory": "http",
"iso_checksum": "749763da40ebf6cb3a9ed46434b2d165d09938cf24b51992da656d9125ff0290",
"iso_checksum": "04e76a36eb97d6fcdc35e6a2ecdb7b7631a4d220cf70cfbffd0f17db000ae3ac",
"iso_checksum_type": "sha256",
"iso_url": "http://mirrors.kernel.org/fedora/releases/test/20-Alpha/Fedora/x86_64/iso/Fedora-20-Alpha-x86_64-DVD.iso",
"iso_url": "http://download.fedoraproject.org/pub/fedora/linux/releases/test/20-Beta/Fedora/x86_64/iso/Fedora-20-Beta-x86_64-DVD.iso",
"tools_upload_flavor": "linux",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down

0 comments on commit e7ece7c

Please sign in to comment.