index
:
compute-archlinux-image-builder
dev
main
systemd-boot
Script to creates Arch Linux image for Google Compute Engine.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build-arch-gce
Age
Commit message (
Expand
)
Author
2026-01-28
all: set the resolv.conf symlinked to systemd stub-resolv.conf
Shulhan
2025-12-26
all: remove pacman-init service and ops-agent config.yaml
Shulhan
2025-12-25
all: remove dependency on gce repository
Shulhan
2025-12-25
all: add task to build image testable with qemu
Shulhan
2025-12-24
all: manage network with systemd-network
Shulhan
2025-11-16
all: remove command that remove initramfs fallback
Shulhan
2023-09-14
all: install google-compute-engine-oslogin
Shulhan
2023-09-12
all: fix permission warnings during installing boot loader
Shulhan
2023-09-12
all: set default ops-agent syslog from systemd_journald
Shulhan
2023-02-11
Merge remote-tracking branch 'upstream/master'
Shulhan
2023-02-11
all: use worldwide pacman mirrorlist
Shulhan
2023-02-11
all: use predefined files to configure systemd-repart
Shulhan
2023-02-11
all: install prebuild ops-agent binary
Shulhan
2022-09-10
Turns the VFAT boot label uppercase, according to VFAT best practices.
Lorenzo Castelli
2022-09-10
Replace GRUB with systemd-boot
Aviana Cruz
2022-07-30
all: install common admin and remote tools
Shulhan
2022-07-25
all: use the host mirrorlist, gnupg, and db caches from host
Shulhan
2022-07-25
all: use predefined pacman.conf
Shulhan
2022-07-25
all: use predefined files to configure mkinitcpio
Shulhan
2022-07-25
all: populate pacman-init.service from file
Shulhan
2022-07-25
all: use drop-ins replacement for configuring ssh server
Shulhan
2022-07-25
all: use drop-ins replacement to configure journald
Shulhan
2022-07-25
all: use predefined files to setting up locale
Shulhan
2022-07-25
all: use drop-ins replacement to overwrite NTP configuration
Shulhan
2022-07-25
all: speeding up running pacstrap by using package cache on host
Shulhan
2022-07-25
all: set LC_ALL=C to fix spurious warnings "cannot change locale"
Shulhan
2022-07-25
all: use predefined files to configure boot loader
Shulhan
2022-07-25
all: replace grub with systemd-boot
Shulhan
2022-07-02
Replaces growpartfs with the systemd equivalent functionalities.
Lorenzo Castelli
2022-06-30
Doesn't remove packages from installation.
Lorenzo Castelli
2022-06-30
Changes the image to be UEFI based.
Lorenzo Castelli
2021-01-23
Switch growpart -> growpartfs
0.7
Samuel Littley
2021-01-14
all: remove downloaded packages before building image
shulhan
2021-01-02
fixed url of mirrorlist
Slava Andreyev
2020-08-24
Avoids starting services for GCE packages.
0.6
Lorenzo Castelli
2020-07-12
Don't touch machine-id on the building host
Chih-Hsuan Yen
2020-04-18
Starts google-oslogin-cache.timer.
0.5
Lorenzo Castelli
2019-12-06
Reverts to classic network interface names.
0.4
Lorenzo Castelli
2019-12-06
Removes rngd, since GCE machines now provide an rng device.
Lorenzo Castelli
2019-10-29
Makes sure e2fsprogs gets installed, for automatic filesystem resizing.
Lorenzo Castelli
2019-10-29
Explicitly installs Linux after upstream base package reorganization.
0.3
Lorenzo Castelli
2019-05-03
Removes nsswitch resolve workaround.
0.2
Lorenzo Castelli
2019-03-26
Revert "fix MTU settings. MTU is 1460 on gce."
Wèi Cōngruì
2019-03-25
fix MTU settings. MTU is 1460 on gce.
Wèi Cōngruì
2018-10-24
Brings the project up to date with a new bash implementation.
Lorenzo Castelli