Initial Commit

This commit is contained in:
2022-12-15 20:45:20 -06:00
commit 9a26e723b4
14 changed files with 283 additions and 0 deletions

14
readme.md Normal file
View File

@@ -0,0 +1,14 @@
# Arch Linux built with Packer
Creates a minimal arch linux raw disk image that can be cloned directly to bare metal
## Requirements
1. [Packer](https://www.packer.io/)
1. QEMU and KVM installed
## Usage
`packer build arch.pkr.hcl`
On my machine, it takes about 5 minutes to build (without downloading the arch iso)