aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-06-07 01:17:04 +0700
committerShulhan <ms@kilabit.info>2025-12-24 13:53:46 +0700
commit7c5aa938241175ba5cbc57468b6e4eeeb507df2a (patch)
treeca4b5d84f0ec187e0aa35ca35839118a33deae39 /README.md
parentd768aa8ad922543302b5b6f6623fdbe4c2fd7271 (diff)
downloadcompute-archlinux-image-builder-7c5aa938241175ba5cbc57468b6e4eeeb507df2a.tar.xz
all: manage network with systemd-network
This remove dhclient and add polkit as dependencies for systemd-hostnamed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e670e2..631183d 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ installation, while still allowing it to be fully functional and optimized for
Compute Engine. Notable choices made and differences compared to a standard
Arch Linux installation are the following:
+- systemd-networkd is used to manage networks.
+- systemd-resolved is used to manage resolv.conf (DNS).
- systemd-boot is used with a UEFI-based boot and a GPT partition table.
- Serial console logging is enabled from kernel command line and journald is
configured to forward to it.