summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-10-06 22:45:02 +0000
committermarkm <markm@FreeBSD.org>2013-10-06 22:45:02 +0000
commit6492773aa9ae924eadd5d93c57be51d3f002671d (patch)
tree741539b4dd2e73c69952feb52d1ba5c5c7da3966 /sys/boot/forth/loader.conf
parent2a88d99d1be9d4f05cfe3b0a6e5ed6fb5cdf6b02 (diff)
downloadFreeBSD-src-6492773aa9ae924eadd5d93c57be51d3f002671d.zip
FreeBSD-src-6492773aa9ae924eadd5d93c57be51d3f002671d.tar.gz
Snapshot.
Looking pretty good; this mostly works now. New code includes: * Read cached entropy at startup, both from files and from loader(8) preloaded entropy. Failures are soft, but announced. Untested. * Use EVENTHANDLER to do above just before we go multiuser. Untested.
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r--sys/boot/forth/loader.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 76f40c4..0757b5f 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -39,6 +39,17 @@ bitmap_type="splash_image_data" # and place it on the module_path
##############################################################
+### Random number generator configuration ###################
+##############################################################
+
+entropy_cache_load="NO" # Set this to YES to load entropy at boot time
+entropy_cache_name="/boot/entropy" # Set this to the name of the file
+entropy_cache_type="/boot/entropy"
+#kern.random.sys.seeded="0" # Set this to 1 to start /dev/random
+ # without waiting for a (re)seed.
+
+
+##############################################################
### Loader settings ########################################
##############################################################
OpenPOWER on IntegriCloud