Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2020 00:24:06 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363063 - head/stand/defaults
Message-ID:  <202007100024.06A0O67t081135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Jul 10 00:24:06 2020
New Revision: 363063
URL: https://svnweb.freebsd.org/changeset/base/363063

Log:
  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

Modified:
  head/stand/defaults/loader.conf

Modified: head/stand/defaults/loader.conf
==============================================================================
--- head/stand/defaults/loader.conf	Fri Jul 10 00:03:06 2020	(r363062)
+++ head/stand/defaults/loader.conf	Fri Jul 10 00:24:06 2020	(r363063)
@@ -49,12 +49,12 @@ entropy_cache_type="boot_entropy_cache"	# Required for
 					# 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  ########################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007100024.06A0O67t081135>