aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-01-28all: set the resolv.conf symlinked to systemd stub-resolv.confShulhan
The default resolv.conf is empty. This cause program that depends on resolv.conf for name resolution will fail. As a test, we create small Go program "cmd/golookup" that can lookup IP address of host name using pure Go resolver (using/etc/resolv.conf).
2025-12-26all: remove pacman-init service and ops-agent config.yamlShulhan
The original pacman-init.service usage is to populate the pacman keyrings. Since we install archlinux-keyring package at pacstrap, we did not need to do it anymore. On ops-agent, the latest package released that include the same config.yaml.
2025-12-25all: add task to build image testable with qemuShulhan
An image that build for qemu will have user "arch" with predefined SSH keys, so user can access the guest from host either using SSH key or password.
2025-12-24all: importing build.kilabit.info key on pacman-init.serviceShulhan
The "pacman-key --init" does not needs to be run anymore since it will be handled by "archlinux-keyring-wkd-sync.timer".
2023-09-16Makefile: add task to preview md files in local using ciigoShulhan
2023-09-12all: add make file to simplify building and deploying imagesShulhan
The make file create the image, set the host::image value in awwan.env for deployment later by awwan, deploy and create images in Cloud Images, and remove old images.