This commit is contained in:
Bob Mottram 2015-11-29 11:34:57 +00:00
parent 428f8cc133
commit 5e3efcc0e2
1 changed files with 2 additions and 0 deletions

View File

@ -354,6 +354,8 @@ chroot "$rootdir" freedombone-image-hardware-setup 2>&1 | \
rm $rootdir/usr/sbin/policy-rc.d
# Set up HRNG for systems known to have one
# Otherwise install haveged
if [[ "$MACHINE" != "beaglebone" ]]; then
chroot $rootdir apt-get -y install haveged
else