Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfm/packer-freebsd-10.0
Packer templates for FreeBSD 10.0
https://github.com/hfm/packer-freebsd-10.0
freebsd packer
Last synced: about 2 months ago
JSON representation
Packer templates for FreeBSD 10.0
- Host: GitHub
- URL: https://github.com/hfm/packer-freebsd-10.0
- Owner: hfm
- License: mit
- Created: 2014-02-06T09:33:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T16:52:40.000Z (over 9 years ago)
- Last Synced: 2024-11-01T19:42:24.987Z (2 months ago)
- Topics: freebsd, packer
- Language: Shell
- Homepage:
- Size: 216 KB
- Stars: 16
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeBSD 10.0 with Packer
## install with vagrantcloud
```sh
vagrant init hfm4/freebsd-10.0
vagrant up
```## build
### amd64 (x86\_64,x64x)
```sh
packer build packer/FreeBSD-10.0-RELEASE-amd64.json
```### i386
```sh
packer build packer/FreeBSD-10.0-RELEASE-i386.json
```## directories and files
```
./
├── README.md
├── Vagrantfile
├── builds
├── http
│ │── install.sh
│ └── install_i386.sh
├── packer
│ │── FreeBSD-10.0-RELEASE-amd64.json
│ └── FreeBSD-10.0-RELEASE-i386.json
└── scripts
├── vagrant.sh
├── virtualbox.sh
└── cleanup.sh
```