mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 01:41:31 +00:00
Merge remote-tracking branch 'simpoir/lp2007419_add_resolved_to_buildd' into ubuntu/master
This commit is contained in:
commit
a2e35e06d8
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -9,6 +9,9 @@ livecd-rootfs (24.04.7) UNRELEASED; urgency=medium
|
|||||||
[ Dan Bungert ]
|
[ Dan Bungert ]
|
||||||
* cpc/vagrant: fix possible autopkgtest hang on ssh-keygen
|
* cpc/vagrant: fix possible autopkgtest hang on ssh-keygen
|
||||||
|
|
||||||
|
[ Simon Poirier ]
|
||||||
|
* add systemd-resolved back to buildd images. LP: #2007419.
|
||||||
|
|
||||||
-- Dave Jones <dave.jones@canonical.com> Mon, 02 Oct 2023 15:46:06 +0100
|
-- Dave Jones <dave.jones@canonical.com> Mon, 02 Oct 2023 15:46:06 +0100
|
||||||
|
|
||||||
livecd-rootfs (24.04.6) noble; urgency=medium
|
livecd-rootfs (24.04.6) noble; urgency=medium
|
||||||
|
@ -1058,6 +1058,9 @@ case $SUBPROJECT in
|
|||||||
add_package install build-essential
|
add_package install build-essential
|
||||||
# Needed for LXD-based builds.
|
# Needed for LXD-based builds.
|
||||||
add_package install init
|
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
|
# Not strictly build-essential, but traditionally present
|
||||||
# and a variety of things fail without it.
|
# and a variety of things fail without it.
|
||||||
add_package install tzdata
|
add_package install tzdata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user