[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:
parent
7e0cfcee2c
commit
452fc3d99c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user