diff options
author | David Runge <dvzrv@archlinux.org> | 2020-06-24 09:40:21 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2020-06-24 09:42:08 +0200 |
commit | c5ecb8427c0deede38e9089372e6a7e6cc669442 (patch) | |
tree | 98145b0e04e5f7d32946ee9409b6f24c32ecbab4 /configs | |
parent | 3ed5dd510d24cb4e4b29bb2d3e3574c6d985051b (diff) | |
download | archiso32-c5ecb8427c0deede38e9089372e6a7e6cc669442.tar.xz |
Adding systemd-resolvconf
configs/releng/packages.x86_64:
Due to dropping netctl from the image, no packgae currently directly
pulls in a resolvconf provider.
The systemd-resolvconf package is compatible with systemd-resolved which
is in use on the image now and the preferred choice.
Closes #22
Diffstat (limited to 'configs')
-rw-r--r-- | configs/releng/packages.x86_64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 0d7c815..f32f722 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -60,6 +60,7 @@ sdparm sg3_utils smartmontools sudo +systemd-resolvconf tcpdump testdisk usb_modeswitch |