Install haveged package on 201911/stretch to accelerate the entropy collect process (#7308)

Recently, we found on some of our testbeds the entropy collecting process finishes more than 60 seconds after system started.
This results in swss not able to start sporadically.
To install haveged can accelerate the entropy collect process.

Signed-off-by: Stephen Sun <stephens@nvidia.com>
This commit is contained in:
Stephen Sun 2021-05-02 23:16:24 +08:00 committed by GitHub
parent 6128ff6def
commit 9a163fe87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
makedumpfile \
conntrack \
python-pip \
jq
jq \
haveged
if [[ $CONFIGURED_ARCH == amd64 ]]; then