Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```