summaryrefslogtreecommitdiff
path: root/_content
diff options
context:
space:
mode:
Diffstat (limited to '_content')
-rw-r--r--_content/index.adoc8
-rw-r--r--_content/project/fork/index.adoc28
2 files changed, 36 insertions, 0 deletions
diff --git a/_content/index.adoc b/_content/index.adoc
index 68d7e82..2ba188b 100644
--- a/_content/index.adoc
+++ b/_content/index.adoc
@@ -45,6 +45,14 @@ include::./project/index.adoc[]
:leveloffset: -1
+== Projects: forks
+
+:leveloffset: +1
+
+include::./project/fork/index.adoc[]
+
+:leveloffset: -1
+
== Projects: archived
:leveloffset: +1
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^]