Revert "[build_debian.sh] fix systemd is not from backports buster (#7323)"

This reverts commit 5bdbfcfb26.
This commit is contained in:
Guohan Lu 2021-04-20 11:38:48 -07:00
parent 61c3816e0c
commit a253f2039a

View File

@ -349,7 +349,6 @@ 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