From 21076fd535cd5bf789167740264be179f8f42bae Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 15 Dec 2022 20:52:03 -0600 Subject: [PATCH] update readme --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index b84750a..e917d52 100644 --- a/readme.md +++ b/readme.md @@ -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/ bs=512M status=progress` + +Congratulations, you now have arch linux installed on that hard drive, and can boot from it