aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-12-26all: update READMEShulhan
Remove list of choices that are not applicable again on the latest build script. Mention list of Linux Guest Environment packages that we install on the image, including the link to its AUR repository. Update the steps and sample commands for "Build your own image" to use gcloud instead of gsutil.
2025-12-26all: create the images under project name kilabitShulhan
We are currently cleaning up my GCP account, so we unify some projects into one. The arch-builder now moved under kilabit project.
2025-12-24all: manage network with systemd-networkShulhan
This remove dhclient and add polkit as dependencies for systemd-hostnamed.
2023-09-16README: add link to view latest imagesShulhan
The link to view latest image is https://build.kilabit.info/compute-archlinux-image-builder/current-images.txt
2023-04-27all: update README to reference image project and git repositoryShulhan
2023-02-11Merge remote-tracking branch 'upstream/master'Shulhan
This merge the upstream repository to our fork with some changes in naming of boot dev and uuid. # Conflicts: # README.md # build-arch-gce6
2023-02-11all: install prebuild ops-agent binaryShulhan
This ops-agent is prebuild package from AUR [1]. [1] https://build.kilabit.info
2022-09-10Replace GRUB with systemd-bootAviana Cruz
Replace GRUB with systemd-boot to make the setup simpler. Close #47 Signed-off-by: Aviana Cruz <gwencroft@proton.me>
2022-07-30all: add shell script to test the image using qemuShulhan
Testing using qemu require adding "block" hooks to mkinitcpio.conf.
2022-07-25all: change default locale to en_GB.UTF-8Shulhan
Because the rest of the world use metrics instead of imperial system.
2022-07-25all: replace grub with systemd-bootShulhan
Now that we use UEFI based partition, we can replace the grub with systemd-boot. This option have several advantages, - minimize installed package and dependencies - allow future customization (e.g. automounting, secure boot) The pacman hook 00-systemd-boot is required to re-install the systemd boot loader automatically when package systemd updated.
2022-07-02Updates the image configuration description to match the latest config.0.8Lorenzo Castelli
2022-06-30Changes the image to be UEFI based.Lorenzo Castelli
This is now supported in GCE, and is a better alternative to the old MBR setup used before. This requires the UEFI_COMPATIBLE flag to be passed during image creation.
2022-03-15Add a list of current imagesSamuel Littley
Fixes #36
2021-01-25Add instruction doc for maintainers (#40)Samuel Littley
* Minor README updates and added some docs for maintainers * Add a reference to the build-arch-gce AUR package
2020-08-24Removes outdated note in README about rng-tools.Lorenzo Castelli
2018-11-08Fixes typo.Lorenzo Castelli
2018-11-08Adds links to the AUR for the google-compute-engine and growpart packages.Lorenzo Castelli
2018-10-24Brings the project up to date with a new bash implementation.Lorenzo Castelli
See the updated README for more information about images generated by the new script.
2016-06-05README fixesCharles Eckman
- Fix the example command; subcommand is 'create', not 'insert'. - Fix the path in the example command; there's a dash between 'arch' and 'v'. - Add a family, 'arch', to the example command.
2016-05-01Publish v20160502Jeremy Edwards
2016-05-01Update v20160502 imageJeremy Edwards
2015-12-03Update broken command.Jeremy Edwards
2015-12-03New image links, moved images to a dedicated Cloud Storage bucket, cleanup.Jeremy Edwards
2015-12-03Update builder to reflect changes to Arch build process.Jeremy Edwards
2015-09-03Fix typoJeremy Edwards
2015-09-03Updated the builder to work with the latest Arch Linux changes.Jeremy Edwards
2014-08-08Initial version.Jeremy Edwards