diff --git a/debian/changelog b/debian/changelog index 3477ccbb..f04511c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ livecd-rootfs (24.04.7) UNRELEASED; urgency=medium [ Dan Bungert ] * cpc/vagrant: fix possible autopkgtest hang on ssh-keygen + [ Simon Poirier ] + * add systemd-resolved back to buildd images. LP: #2007419. + -- Dave Jones Mon, 02 Oct 2023 15:46:06 +0100 livecd-rootfs (24.04.6) noble; urgency=medium diff --git a/live-build/auto/config b/live-build/auto/config index 2a1b084c..20e280bf 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1058,6 +1058,9 @@ case $SUBPROJECT in add_package install build-essential # Needed for LXD-based builds. add_package install init + # Needed for bootable buildd systems which don't get injected + # nameserver configuration. (LP: 2007419) + add_package install systemd-resolved # Not strictly build-essential, but traditionally present # and a variety of things fail without it. add_package install tzdata