Packer buildtools for arch
- Creates virtualbox image
- Creates and deploys vagrant box
- Packer config generator
- Vagrant provisioning template
- CI pipeline
- Commit hooks
- btrfs
- dotfiles entrypoint
git clone git@github.com:jstenmark/arch-virtualbox-vagrant.git
chmod +x entry.sh
./entry.sh build
mkdir ../archbox && cd ../archbox
vagrant init $boxname
- packer
- vagrant
- virtualbox
- shellcheck
- shfmt (install script included)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.