8000 GitHub - chinsan/packer-FreeBSD-10.0: Packer templates for FreeBSD 10.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chinsan/packer-FreeBSD-10.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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 52.3%
  • Ruby 47.7%