From 4f33a90a8202c1cd293d932d80eeb9b96d20897f Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Sat, 1 May 2021 19:43:15 -0700 Subject: [PATCH] Revert "Revert "[build_debian.sh] fix systemd is not from backports buster (#7323)"" This reverts commit a253f2039a5db4875bdaef794cebdb1c7a2b1c2b. --- build_debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_debian.sh b/build_debian.sh index e6e73bc528..6c4f959bc7 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -349,6 +349,7 @@ sudo LANG=C chroot $FILESYSTEM_ROOT bash -c "find /usr/share/i18n/locales/ ! -na # more up-to-date (but potentially less stable) versions sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y -t $IMAGE_DISTRO-backports install \ picocom \ + systemd \ systemd-sysv if [[ $CONFIGURED_ARCH == amd64 ]]; then