Bob Mottram 9 years ago
parent
commit
5e3efcc0e2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-image-customise

+ 2
- 0
src/freedombone-image-customise View File

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