update readme

This commit is contained in:
c0de 2022-12-15 20:52:03 -06:00
parent 9a26e723b4
commit 21076fd535
1 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,8 @@ Creates a minimal arch linux raw disk image that can be cloned directly to bare
`packer build arch.pkr.hcl`
On my machine, it takes about 5 minutes to build (without downloading the arch iso)
Take the resulting output/arch.img, and clone it to a disk.
For example: `sudo dd if=output/arch.img of=/dev/<disk to image> bs=512M status=progress`
Congratulations, you now have arch linux installed on that hard drive, and can boot from it