mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 03:41:12 +00:00
fix: add back systemd-resolved to buildd images.
systemd-resolved got moved out of the systemd package in kinetic and is required for bootable buildd environement (as opposed to launchpad buildd) (LP: #2007419) (cherry picked from commit 3729e2ae948879a582f16ac5753646505ff6bc2d) Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
This commit is contained in:
parent
b96839c857
commit
0975e2a5dd
@ -1123,6 +1123,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user