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

https://github.com/narkisr/packer-freebsd

Freebsd 12 packer template for re-ops
https://github.com/narkisr/packer-freebsd

Last synced: 5 months ago
JSON representation

Freebsd 12 packer template for re-ops

Awesome Lists containing this project

README

          

# Intro

Packer template for building Freebsd-12 KVM image based upon [this](https://github.com/stblassitude/packer-freebsd) work.

# Usage

```bash
$ read -s password
$ packer build -var 'user=' -var "password=${password}" src/kvm/freebsd-12/freebsd-12-amd64.json
```