Properly backout r362998

Correct a small mistake in r363060's backaout of r362998 by reverse-applying
r362998 by hand to loader.conf.

Differential Revision: https://reviews.freebsd.org/D25606
This commit is contained in:
Warner Losh 2020-07-10 00:24:06 +00:00
parent 50030f9547
commit 71dcf98ddf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363063

View File

@ -49,12 +49,12 @@ entropy_cache_type="boot_entropy_cache" # Required for the kernel to find
# must not change value even if the # must not change value even if the
# _name above does change! # _name above does change!
### RAM Excludelist configuration ############################ ### RAM Blacklist configuration ############################
ram_excludelist_load="NO" # Set this to YES to load a file ram_blacklist_load="NO" # Set this to YES to load a file
# containing a list of addresses to # containing a list of addresses to
# exclude from the running system. # exclude from the running system.
ram_excludeist_name="/boot/excludelist.txt" # Set this to the name of the file ram_blacklist_name="/boot/blacklist.txt" # Set this to the name of the file
ram_excludelist_type="ram_excludelist" # Required for the kernel to find ram_blacklist_type="ram_blacklist" # Required for the kernel to find
# the blacklist module # the blacklist module
### Microcode loading configuration ######################## ### Microcode loading configuration ########################