Skip to content

yuichiro-naito/packer-FreeBSD-10.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 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

About

Packer templates for FreeBSD 10.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 62.0%
  • Ruby 38.0%