From b3fc679b4d8ddd878fcb94bba1c8c318e396cbd1 Mon Sep 17 00:00:00 2001 From: Isaac True Date: Fri, 17 Jan 2025 13:43:30 +0100 Subject: [PATCH] boxes: ubuntu: use systemd-resolved for DNS resolution --- boxes/ubuntu/appliance.kiwi | 1 + boxes/ubuntu/config.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/boxes/ubuntu/appliance.kiwi b/boxes/ubuntu/appliance.kiwi index 831140b..7c85865 100644 --- a/boxes/ubuntu/appliance.kiwi +++ b/boxes/ubuntu/appliance.kiwi @@ -64,6 +64,7 @@ + diff --git a/boxes/ubuntu/config.sh b/boxes/ubuntu/config.sh index 6accfe7..9c5bb0a 100644 --- a/boxes/ubuntu/config.sh +++ b/boxes/ubuntu/config.sh @@ -42,3 +42,4 @@ baseInsertService symlink-resolvconf # Enable systemd networking services #-------------------------------------- baseInsertService systemd-networkd +baseInsertService systemd-resolved