Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 09:42:37 +0000 (UTC)
From:      Steven Hartland <smh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291012 - head/sys/boot/common
Message-ID:  <201511180942.tAI9gbsj059576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: smh
Date: Wed Nov 18 09:42:36 2015
New Revision: 291012
URL: https://svnweb.freebsd.org/changeset/base/291012

Log:
  Document loader(8) dumpdev option
  
  Add an entry for dumpdev environment variable to loader(8).
  
  MFC after:	1 week
  Sponsored by:	Multiplay

Modified:
  head/sys/boot/common/loader.8

Modified: head/sys/boot/common/loader.8
==============================================================================
--- head/sys/boot/common/loader.8	Wed Nov 18 06:25:25 2015	(r291011)
+++ head/sys/boot/common/loader.8	Wed Nov 18 09:42:36 2015	(r291012)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 25, 2015
+.Dd November 18, 2015
 .Dt LOADER 8
 .Os
 .Sh NAME
@@ -471,6 +471,14 @@ userland output (e.g.\& from
 .It Va currdev
 Selects the default device.
 Syntax for devices is odd.
+.It Va dumpdev
+Sets the device for kernel dumps.
+This can be used to ensure that a device is configured before the corresponding
+.Va dumpdev
+directive from
+.Xr rc.conf 5
+has been processed, allowing kernel panics that happen during the early stages
+of boot to be captured.
 .It Va init_chroot
 If set to a valid directory in the root file system, it causes
 .Xr init 8



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