This repository contains a packer configuration, install script, and provisioning script that together are capable of building a minimal Arch Linux vagrant box.
I had simplicity in mind when creating this box. It has the following features.
- Always up to date
- All space on / partition
- No Swap
- Includes base and base-devel package groups
- OpenSSH installed and running
- VirtualBox Guest Additions installed
$ git clone git@github.com:ChrisOrlando/packer-archlinux-minimal.git
$ cd packer-archlinux-minimal
$ ./build.sh