-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #557 from tas50/freebsd103
Add FreeBSD 10.3
- Loading branch information
Showing
8 changed files
with
465 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,229 @@ | ||
{ | ||
"builders": [ | ||
{ | ||
"boot_command": [ | ||
"<esc><wait>", | ||
"boot -s<wait>", | ||
"<enter><wait>", | ||
"<wait10><wait10>", | ||
"/bin/sh<enter><wait>", | ||
"mdmfs -s 100m md1 /tmp<enter><wait>", | ||
"mdmfs -s 100m md2 /mnt<enter><wait>", | ||
"dhclient -l /tmp/dhclient.lease.em0 em0<enter><wait>", | ||
"fetch -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `install_path`}} && chmod +x /tmp/install.sh && /tmp/install.sh {{ .Name }}<enter><wait>" | ||
], | ||
"boot_wait": "10s", | ||
"disk_size": 10140, | ||
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", | ||
"guest_os_type": "FreeBSD_64", | ||
"headless": "{{ user `headless` }}", | ||
"http_directory": "http", | ||
"iso_checksum": "{{user `iso_checksum`}}", | ||
"iso_checksum_type": "{{user `iso_checksum_type`}}", | ||
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", | ||
"output_directory": "packer-{{user `template`}}-virtualbox", | ||
"shutdown_command": "su -m root -c 'shutdown -p now'", | ||
"ssh_password": "vagrant", | ||
"ssh_port": 22, | ||
"ssh_username": "vagrant", | ||
"ssh_wait_timeout": "10000s", | ||
"type": "virtualbox-iso", | ||
"vboxmanage": [ | ||
[ | ||
"modifyvm", | ||
"{{.Name}}", | ||
"--memory", | ||
"512" | ||
], | ||
[ | ||
"modifyvm", | ||
"{{.Name}}", | ||
"--cpus", | ||
"1" | ||
] | ||
], | ||
"virtualbox_version_file": ".vbox_version", | ||
"vm_name": "{{ user `template` }}" | ||
}, | ||
{ | ||
"boot_command": [ | ||
"<esc><wait>", | ||
"boot -s<wait>", | ||
"<enter><wait>", | ||
"<wait10><wait10>", | ||
"/bin/sh<enter><wait>", | ||
"mdmfs -s 100m md1 /tmp<enter><wait>", | ||
"mdmfs -s 100m md2 /mnt<enter><wait>", | ||
"dhclient -l /tmp/dhclient.lease.em0 em0<enter><wait>", | ||
"<wait5>", | ||
"fetch -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `install_path`}} && chmod +x /tmp/install.sh && /tmp/install.sh {{ .Name }}<enter><wait>" | ||
], | ||
"boot_wait": "10s", | ||
"disk_size": 10140, | ||
"guest_os_type": "freebsd-64", | ||
"headless": "{{ user `headless` }}", | ||
"http_directory": "http", | ||
"iso_checksum": "{{user `iso_checksum`}}", | ||
"iso_checksum_type": "{{user `iso_checksum_type`}}", | ||
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", | ||
"output_directory": "packer-{{user `template`}}-vmare", | ||
"shutdown_command": "su -m root -c 'shutdown -p now'", | ||
"ssh_password": "vagrant", | ||
"ssh_port": 22, | ||
"ssh_username": "vagrant", | ||
"ssh_wait_timeout": "10000s", | ||
"tools_upload_flavor": "freebsd", | ||
"type": "vmware-iso", | ||
"vm_name": "{{ user `template` }}", | ||
"vmx_data": { | ||
"cpuid.coresPerSocket": "1", | ||
"memsize": "512", | ||
"numvcpus": "1" | ||
} | ||
}, | ||
{ | ||
"boot_command": [ | ||
"<esc><wait>", | ||
"boot -s<wait>", | ||
"<enter><wait>", | ||
"<wait10><wait10>", | ||
"/bin/sh<enter><wait>", | ||
"mdmfs -s 100m md1 /tmp<enter><wait>", | ||
"mdmfs -s 100m md2 /mnt<enter><wait>", | ||
"dhclient -l /tmp/dhclient.lease.em0 em0<enter><wait>", | ||
"fetch -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `install_path`}} && chmod +x /tmp/install.sh && /tmp/install.sh {{ .Name }}<enter><wait>" | ||
], | ||
"boot_wait": "8s", | ||
"disk_size": 10140, | ||
"guest_os_type": "freebsd", | ||
"http_directory": "http", | ||
"iso_checksum": "{{user `iso_checksum`}}", | ||
"iso_checksum_type": "{{user `iso_checksum_type`}}", | ||
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", | ||
"output_directory": "packer-{{user `template`}}-parallels", | ||
"parallels_tools_mode": "disable", | ||
"prlctl": [ | ||
[ | ||
"set", | ||
"{{.Name}}", | ||
"--memsize", | ||
"512" | ||
], | ||
[ | ||
"set", | ||
"{{.Name}}", | ||
"--cpus", | ||
"1" | ||
], | ||
[ | ||
"set", | ||
"{{.Name}}", | ||
"--device-set", | ||
"cdrom0", | ||
"--iface", | ||
"ide" | ||
], | ||
[ | ||
"set", | ||
"{{.Name}}", | ||
"--device-del", | ||
"fdd0" | ||
], | ||
[ | ||
"set", | ||
"{{.Name}}", | ||
"--device-del", | ||
"parallel0" | ||
] | ||
], | ||
"prlctl_version_file": ".prlctl_version", | ||
"shutdown_command": "su -m root -c 'shutdown -p now'", | ||
"ssh_password": "vagrant", | ||
"ssh_port": 22, | ||
"ssh_username": "vagrant", | ||
"ssh_wait_timeout": "10000s", | ||
"type": "parallels-iso", | ||
"vm_name": "{{ user `template` }}" | ||
}, | ||
{ | ||
"boot_command": [ | ||
"<esc><wait>", | ||
"boot -s<wait>", | ||
"<enter><wait>", | ||
"<wait10><wait10>", | ||
"/bin/sh<enter><wait>", | ||
"mdmfs -s 100m md1 /tmp<enter><wait>", | ||
"mdmfs -s 100m md2 /mnt<enter><wait>", | ||
"dhclient -l /tmp/dhclient.lease.vtnet0 vtnet0<enter><wait>", | ||
"fetch -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `install_path`}} && chmod +x /tmp/install.sh && /tmp/install.sh {{ .Name }} vtnet0<enter><wait>" | ||
], | ||
"boot_wait": "7s", | ||
"disk_size": 10140, | ||
"http_directory": "http", | ||
"iso_checksum": "{{user `iso_checksum`}}", | ||
"iso_checksum_type": "{{user `iso_checksum_type`}}", | ||
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}", | ||
"output_directory": "packer-{{user `template`}}-qemu", | ||
"shutdown_command": "su -m root -c 'shutdown -p now'", | ||
"ssh_password": "vagrant", | ||
"ssh_port": 22, | ||
"ssh_username": "vagrant", | ||
"ssh_wait_timeout": "10000s", | ||
"type": "qemu", | ||
"vm_name": "{{ user `template` }}" | ||
} | ||
], | ||
"post-processors": [ | ||
{ | ||
"output": "builds/{{user `box_basename`}}.{{.Provider}}.box", | ||
"type": "vagrant", | ||
"vagrantfile_template": "vagrantfile_templates/freebsd.rb" | ||
} | ||
], | ||
"provisioners": [ | ||
{ | ||
"destination": "/tmp/bento-metadata.json", | ||
"source": "{{user `metadata`}}", | ||
"type": "file" | ||
}, | ||
{ | ||
"environment_vars": [ | ||
"HOME_DIR=/home/vagrant", | ||
"http_proxy={{user `http_proxy`}}", | ||
"https_proxy={{user `https_proxy`}}", | ||
"no_proxy={{user `no_proxy`}}" | ||
], | ||
"execute_command": "{{.Vars}} su -m root -c 'sh -eux {{.Path}}'", | ||
"scripts": [ | ||
"scripts/common/metadata.sh", | ||
"scripts/freebsd/update.sh", | ||
"scripts/freebsd/postinstall.sh", | ||
"scripts/freebsd/sudoers.sh", | ||
"scripts/common/vagrant.sh", | ||
"scripts/freebsd/vmtools.sh", | ||
"scripts/freebsd/cleanup.sh", | ||
"scripts/freebsd/minimize.sh" | ||
], | ||
"type": "shell" | ||
} | ||
], | ||
"variables": { | ||
"box_basename": "freebsd-10.3", | ||
"build_timestamp": "{{isotime \"20060102150405\"}}", | ||
"git_revision": "__unknown_git_revision__", | ||
"headless": "", | ||
"http_proxy": "{{env `http_proxy`}}", | ||
"https_proxy": "{{env `https_proxy`}}", | ||
"install_path": "freebsd-10/install.sh", | ||
"iso_checksum": "fef068cf6dea26923ab84b62ba9f21461ca0bdec90a0741c8ffb0e1ca29e410d", | ||
"iso_checksum_type": "sha256", | ||
"iso_name": "FreeBSD-10.3-RELEASE-amd64-disc1.iso", | ||
"metadata": "floppy/dummy_metadata.json", | ||
"mirror": "http://ftp.freebsd.org/pub/FreeBSD", | ||
"mirror_directory": "releases/amd64/amd64/ISO-IMAGES/10.3", | ||
"name": "freebsd-10.3", | ||
"no_proxy": "{{env `no_proxy`}}", | ||
"template": "freebsd-10.3-amd64", | ||
"version": "2.1.TIMESTAMP" | ||
} | ||
} |
Oops, something went wrong.