svn commit: r310417 - head/sys/boot/forth

Alan Somers asomers at FreeBSD.org
Thu Dec 22 15:48:55 UTC 2016


Author: asomers
Date: Thu Dec 22 15:48:54 2016
New Revision: 310417
URL: https://svnweb.freebsd.org/changeset/base/310417

Log:
  Add a dumpdev example to /boot/defaults/loader.conf
  
  Submitted by:	rgrimes
  MFC after:	4 weeks
  Sponsored by:	Spectra Logic Corp

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Thu Dec 22 15:46:12 2016	(r310416)
+++ head/sys/boot/forth/loader.conf	Thu Dec 22 15:48:54 2016	(r310417)
@@ -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-head mailing list