Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

BlackIkeEagle/packer-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

packer templates

archlinux

building

Both i686 and x86_64 are supported.

$ cd archlinux
$ packer-io build archlinux-i686.json # i686
$ packer-io build archlinux-x86_64.json # x86_64

add as vagrant base box

$ vagrant box add --name archlinux32 archlinux-i686-virtualbox.box
$ vagrant box add --name archlinux64 archlinux-x86_64-virtualbox.box

About

packer templates to build vagrant baseboxes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages