svn commit: r312415 - stable/11/sys/boot/forth

Alan Somers asomers at FreeBSD.org
Thu Jan 19 16:07:54 UTC 2017


Author: asomers
Date: Thu Jan 19 16:07:52 2017
New Revision: 312415
URL: https://svnweb.freebsd.org/changeset/base/312415

Log:
  MFC r310417
  
  Add a dumpdev example to /boot/defaults/loader.conf

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	Thu Jan 19 16:01:36 2017	(r312414)
+++ stable/11/sys/boot/forth/loader.conf	Thu Jan 19 16:07:52 2017	(r312415)
@@ -101,6 +101,7 @@ module_path="/boot/modules"	# Set the mo
 #prompt="\\${interpret}"	# Set the command prompt
 #root_disk_unit="0"		# Force the root disk unit number
 #rootdev="disk1s1a"		# Set the root filesystem
+#dumpdev="disk1s1b"		# Set a dump device early in the boot process
 #tftp.blksize="1428"		# Set the RFC 2348 TFTP block size.
 				# If the TFTP server does not support RFC 2348,
 				# the block size is set to 512.  If the value


More information about the svn-src-stable mailing list