Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 668 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 668 Bytes

FreeBSD 10.0 with Packer

install with vagrantcloud

vagrant init hfm4/freebsd-10.0
vagrant up

build

amd64 (x86_64,x64x)

packer build packer/FreeBSD-10.0-RELEASE-amd64.json

i386

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