svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

Conrad Meyer cem at freebsd.org
Tue Sep 3 14:06:59 UTC 2019


Hi Justin,

On Mon, Apr 15, 2019 at 5:01 PM Justin Hibbits <chmeeedalf at gmail.com> wrote:
> Given the discussion over there it would probably also fail on powernv, which also does not use loader.

Does power use bsdinstall (which populates /boot/entropy at install
time via usr.sbin/bsdinstall/scripts/entropy) and install the
libexec/rc/rc.d/random rc script (which re-emits new /boot/entropy on
every startup)?  If so, it should be ok.

The problem is new installs that don't use bsdinstall or otherwise
provide initial /boot/entropy.  E.g., the CI infrastructure for
Riscv/Arm is/was generating minimal filesystem images and not
populating /boot/entropy.

Best,
Conrad




More information about the svn-src-head mailing list