Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2017 09:40:56 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r322087 - stable/11/sys/boot/forth
Message-ID:  <201708050940.v759euac042753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sat Aug  5 09:40:56 2017
New Revision: 322087
URL: https://svnweb.freebsd.org/changeset/base/322087

Log:
  MFC r319798:
  
  Switch the example name for variables controlling loading memory images
  in /boot/defaults/loader.conf to something that's actually commonly used,
  "mdroot".  It's arbitrary, but it's easier to find this way.

Modified:
  stable/11/sys/boot/forth/loader.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/boot/forth/loader.conf
==============================================================================
--- stable/11/sys/boot/forth/loader.conf	Sat Aug  5 09:40:04 2017	(r322086)
+++ stable/11/sys/boot/forth/loader.conf	Sat Aug  5 09:40:56 2017	(r322087)
@@ -70,9 +70,9 @@ ram_blacklist_type="ram_blacklist"	# Required for the 
 ###  Initial memory disk settings  ###########################
 ##############################################################
 
-#initmd_load="YES"		# The "initmd" prefix is arbitrary.
-#initmd_type="md_image"		# Create md(4) disk at boot.
-#initmd_name="/boot/root.img"	# Path to a file containing the image.
+#mdroot_load="YES"		# The "mdroot" prefix is arbitrary.
+#mdroot_type="md_image"		# Create md(4) disk at boot.
+#mdroot_name="/boot/root.img"	# Path to a file containing the image.
 #rootdev="ufs:/dev/md0"		# Set the root filesystem to md(4) device.
 
 



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