Skip to content

hfm/packer-FreeBSD-10.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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