From 002bff4e4518e22a232cb1cab3ec941bbcde65bd Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Sat, 11 Aug 2018 17:58:30 +0000 Subject: [PATCH] [baseimage]: use rsyslog in baseimage from stretch repo Signed-off-by: Guohan Lu --- build_debian.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build_debian.sh b/build_debian.sh index c5368c4a22..e274b19ada 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -221,6 +221,7 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in gdisk \ sysfsutils \ grub2-common \ + rsyslog \ ethtool \ screen \ hping3 \ @@ -228,10 +229,6 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in tcptraceroute \ mtr-tiny -# Install a newer version of rsyslog from jessie-backports in hopes of -# eliminating memory leaks -sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y -t jessie-backports install rsyslog - sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y download \ grub-pc-bin