From a253f2039a5db4875bdaef794cebdb1c7a2b1c2b Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Tue, 20 Apr 2021 11:38:48 -0700 Subject: [PATCH] Revert "[build_debian.sh] fix systemd is not from backports buster (#7323)" This reverts commit 5bdbfcfb2647cf1db59401e82807c748838ffee4. --- build_debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_debian.sh b/build_debian.sh index 5c70afad64..6c1187d2e7 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -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