diff options
| author | Mark Murray <markm@FreeBSD.org> | 2013-10-12 15:31:36 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2013-10-12 15:31:36 +0000 |
| commit | a46e125409f23351ef179ebe3778a58942ef1fd6 (patch) | |
| tree | eeab333a0128a70c656b9c388f99dd30cf8e15c5 /sys/boot/forth/loader.conf | |
| parent | d6c0eddcb8c27dce1be16432bd47c26fca56d616 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth/loader.conf')
| -rw-r--r-- | sys/boot/forth/loader.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 76f40c4df9af..0757b5f4b4be 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 ######################################## ############################################################## |
