diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-07-04 21:50:39 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-07-04 21:50:39 +0000 |
| commit | 4cd9b24e478b38e4e497f3ab98e09d6a00a5390d (patch) | |
| tree | 37590f5c697f4198fdddec33c58aefdef0a5f485 /sys/boot/forth/loader.conf | |
| parent | 1c3bbb013d1242432bd8d1f7821f987894214710 (diff) | |
| parent | aaa7cbfe1a437c726deff38c3903786d9249af6a (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth/loader.conf')
| -rw-r--r-- | sys/boot/forth/loader.conf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 240e4033b1886..a844889cbc738 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -42,11 +42,16 @@ 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 +# See rc.conf(5). The entropy_boot_file config variable must agree with the +# settings below. + +entropy_cache_load="YES" # Set this to NO to disable loading + # 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. +entropy_cache_type="/boot/entropy" # Required for the kernel to find + # the boot-time entropy cache. This + # must not change value even if the + # _name above does change! ############################################################## ### RAM Blacklist configuration ############################# |
