Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 863 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 863 Bytes

Packer Arch Linux Minimal

This repository contains a packer configuration, install script, and provisioning script that together are capable of building a minimal Arch Linux vagrant box.

Features

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

Build instructions

$ git clone [email protected]:ChrisOrlando/packer-archlinux-minimal.git
$ cd packer-archlinux-minimal
$ ./build.sh

Resources used to create this