aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-06-30 01:43:38 +0700
committerShulhan <ms@kilabit.info>2022-07-30 01:45:01 +0700
commit015e2edf17ef7bdb7fd05a9f848c4747a62e7a6f (patch)
treec9fdd06d1e39fe0c48789f985a34ed43d06a21ee /README.md
parent6be2b52c31ad996e260eef68044ff1bced922d9c (diff)
downloadcompute-archlinux-image-builder-015e2edf17ef7bdb7fd05a9f848c4747a62e7a6f.tar.xz
all: add shell script to test the image using qemu
Testing using qemu require adding "block" hooks to mkinitcpio.conf.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f129ec..0b18597 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,15 @@ want:
$ gsutil rm gs://BUCKET_NAME/arch-vDATE.tar.gz
```
+## Testing with qemu
+
+Change the owner of disk or tar.gz files to your own user and then run
+
+```
+$ ./qemu.sh <disk | image-name>
+```
+
+
## Contributing Changes
* See [CONTRIB.md](CONTRIB.md)