From 8349fe25531e3bddbf92cbad44a15c3702e48b52 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 10 Jul 2020 00:24:06 +0000 Subject: [PATCH] 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 --- stand/defaults/loader.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf index ac4747df99b..4f84281e9d2 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 Excludelist configuration ############################ -ram_excludelist_load="NO" # Set this to YES to load a file +### RAM Blacklist configuration ############################ +ram_blacklist_load="NO" # Set this to YES to load a file # containing a list of addresses to # exclude from the running system. -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 +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 # the blacklist module ### Microcode loading configuration ######################## -- 2.45.0