aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 88ab6126..a6979471 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -663,6 +663,8 @@ fi
chmod 600 /var/lib/random-seed
dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null
+# Use the hardware RNG to seed the entropy pool, if available
+[ -x /sbin/rngd ] && rngd
# Configure machine if necessary.
if [ -f /.unconfigured ]; then