summaryrefslogtreecommitdiff
path: root/_content/project/fork/index.adoc
diff options
context:
space:
mode:
Diffstat (limited to '_content/project/fork/index.adoc')
-rw-r--r--_content/project/fork/index.adoc28
1 files changed, 28 insertions, 0 deletions
diff --git a/_content/project/fork/index.adoc b/_content/project/fork/index.adoc
new file mode 100644
index 0000000..1833160
--- /dev/null
+++ b/_content/project/fork/index.adoc
@@ -0,0 +1,28 @@
+// SPDX-License-Identifier: CC-BY-SA-4.0
+// SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info>
+
+:sectanchors:
+:toc:
+
+List of open source projects that I fork and maintains.
+
+== Arch Linux Compute Image Builder
+
+This is my fork of
+https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder[compute-archlinux-image-builder],
+the script to build image for GCP Compute.
+
+Additional features provides by this fork,
+
+* Using systemd-network
+* Using systemd-boot instead of grub.
+* Using `en_GB.UTF-8` as default local, instead of `en_US.UTF-8`.
+* Additional packages for sysadmin: vim-minimal, tmux, mosh, rsync, and
+ unzip.
+* https://aur.archlinux.org/packages/google-cloud-ops-agent-git[Cloud
+ ops-agent] package installed by default.
+
+List of latest image can be viewed on
+https://build.kilabit.info/compute-archlinux-image-builder/current-images.txt[this page].
+
+https://github.com/shuLhan/compute-archlinux-image-builder[Project page^]