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