CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/26 07:30:47
Modified files:
sys/arch/octeon/stand/rdboot: disk.c rdboot.c
Log message:
Check outcome of loadrandom() on octeon
If loadrandom() succeeds, set RB_GOODRANDOM in boothowto.
To enable fchmod(), disk_open() has to mount the filesystem in writable
mode. This is tricky because the filesystem might be unclean. Hence the
code has to use MNT_FORCE.
Input and OK deraadt@
