svn commit: r312540 - stable/10/sys/boot/forth

Alan Somers asomers at FreeBSD.org
Fri Jan 20 16:04:40 UTC 2017


Author: asomers
Date: Fri Jan 20 16:04:39 2017
New Revision: 312540
URL: https://svnweb.freebsd.org/changeset/base/312540

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

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

Modified: stable/10/sys/boot/forth/loader.conf
==============================================================================
--- stable/10/sys/boot/forth/loader.conf	Fri Jan 20 16:01:01 2017	(r312539)
+++ stable/10/sys/boot/forth/loader.conf	Fri Jan 20 16:04:39 2017	(r312540)
@@ -84,6 +84,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