@@ -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