Bob Mottram 9 年前
父节点
当前提交
5e3efcc0e2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/freedombone-image-customise

+ 2
- 0
src/freedombone-image-customise 查看文件

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