diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-25 19:39:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-26 13:57:05 +0700 |
| commit | 058f6729af0dc2f9a367a268e2d387a9f922406e (patch) | |
| tree | 51d590399cd2439208300a68e8311bc37c497f31 /README.md | |
| parent | fca620c1e13bae91b4a3167a10d660f3d72e7aeb (diff) | |
| download | compute-archlinux-image-builder-058f6729af0dc2f9a367a268e2d387a9f922406e.tar.xz | |
all: create the images under project name kilabit
We are currently cleaning up my GCP account, so we unify some projects
into one.
The arch-builder now moved under kilabit project.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,13 +48,13 @@ Arch Linux installation are the following: ## Prebuilt Images You can use [Cloud SDK](https://cloud.google.com/sdk/docs/) to create instances -with the latest prebuilt Arch Linux image. To do that follow the SDK +with the latest prebuilt Arch Linux image. To do that follow the SDK installation procedure, and then run the [following command](https://cloud.google.com/sdk/gcloud/reference/compute/instances/create): ```console $ gcloud compute instances create INSTANCE_NAME \ - --image-project=arch-builder --image-family=arch + --image-project=kilabit --image-family=arch ``` For older images, see the current-images.txt file. |
