summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2020-07-07 20:33:11 +0000
committerScott Long <scottl@FreeBSD.org>2020-07-07 20:33:11 +0000
commitb302c2e5c9aab8bd49b0c290b3b4f11f5453fcd2 (patch)
tree7797ebb475da8f9b7612c52b582494285102b06c /stand
parent3c67996ca9a6231d5f737a32efe618b2ead7acc1 (diff)
downloadsrc-test-b302c2e5c9aab8bd49b0c290b3b4f11f5453fcd2.tar.gz
src-test-b302c2e5c9aab8bd49b0c290b3b4f11f5453fcd2.zip
Migrate the feature of excluding RAM pages to use "excludelist"
as its nomenclature. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=362998
Diffstat (limited to 'stand')
-rw-r--r--stand/defaults/loader.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf
index 4f84281e9d2e8..ac4747df99bf8 100644
--- a/stand/defaults/loader.conf
+++ b/stand/defaults/loader.conf
@@ -49,12 +49,12 @@ entropy_cache_type="boot_entropy_cache" # Required for the kernel to find
# must not change value even if the
# _name above does change!
-### RAM Blacklist configuration ############################
-ram_blacklist_load="NO" # Set this to YES to load a file
+### RAM Excludelist configuration ############################
+ram_excludelist_load="NO" # Set this to YES to load a file
# containing a list of addresses to
# exclude from the running system.
-ram_blacklist_name="/boot/blacklist.txt" # Set this to the name of the file
-ram_blacklist_type="ram_blacklist" # Required for the kernel to find
+ram_excludeist_name="/boot/excludelist.txt" # Set this to the name of the file
+ram_excludelist_type="ram_excludelist" # Required for the kernel to find
# the blacklist module
### Microcode loading configuration ########################