[baseimage]: Install haveged to accelerates crng init

The initialization of /dev/random (crng init) is responsible for
random number generation. On some devices, crng took very long to
finish.
This commit is contained in:
Stephen Sun 2020-03-20 09:30:00 +08:00 committed by Guohan Lu
parent 7e0cfcee2c
commit 452fc3d99c

View File

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