aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-09-16 15:16:01 +0700
committerShulhan <ms@kilabit.info>2023-09-16 15:16:01 +0700
commit917e1475c1f43bdffcd562e969937f2d0284ae11 (patch)
tree0a0f88a372bc653742ef07d024602491b675e907 /README.md
parentb5e961fb3c46468ae3948508359bde98c4d9993b (diff)
downloadcompute-archlinux-image-builder-917e1475c1f43bdffcd562e969937f2d0284ae11.tar.xz
README: add link to view latest images
The link to view latest image is https://build.kilabit.info/compute-archlinux-image-builder/current-images.txt
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4553fec..7e670e2 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
## Arch Linux Image Builder for Google Compute Engine
-This project provides a script that creates an [Arch
-Linux](https://www.archlinux.org/) image that can run on [Google Compute
-Engine](https://cloud.google.com/compute/).
+This project provides a script that creates an
+[Arch Linux](https://www.archlinux.org/)
+image that can run on
+[Google Compute Engine](https://cloud.google.com/compute/).
The image is configured to be as close as possible to a base Arch Linux
installation, while still allowing it to be fully functional and optimized for
@@ -55,6 +56,9 @@ $ gcloud compute instances create INSTANCE_NAME \
```
For older images, see the current-images.txt file.
+List of latest images is available
+[here](https://build.kilabit.info/compute-archlinux-image-builder/current-images.txt),
+build and updated once a week (usually at Friday morning UTC).
## Build Your Own Image
@@ -107,7 +111,7 @@ $ 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
+Change the owner of disk or tar.gz file to your own user and then run
```
$ ./qemu.sh <disk | image-name>
@@ -116,12 +120,13 @@ $ ./qemu.sh <disk | image-name>
## Contributing Changes
-* See [CONTRIB.md](CONTRIB.md)
+See [CONTRIB.md](CONTRIB.md).
## Licensing
-All files in this repository are under the [Apache License, Version
-2.0](LICENSE) unless noted otherwise.
+All files in this repository are under the
+[Apache License, Version 2.0](LICENSE)
+unless noted otherwise.
## Support