Mention the use of ``dempdev'' in /etc/rc.conf

This commit is contained in:
David E. O'Brien 1998-05-29 22:00:49 +00:00
parent 228c9457f6
commit 948d6fa62c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2874

View file

@ -1,4 +1,4 @@
<!-- $Id: kerneldebug.sgml,v 1.17 1997-10-19 13:32:10 jraynard Exp $ -->
<!-- $Id: kerneldebug.sgml,v 1.18 1998-05-29 22:00:49 obrien Exp $ -->
<!-- The FreeBSD Documentation Project -->
<chapt><heading>Kernel Debugging<label id="kerneldebug"></heading>
@ -14,6 +14,9 @@
you can configure your kernel to use an alternate dump device
(in the <tt>config kernel</tt> line), or
you can specify an alternate using the dumpon(8) command.
The best way to use dumpon(8) is to set the <tt>dumpdev</tt>
variable in <tt>/etc/rc.conf</tt>. Typically you want to specify
one of the swap devices specified in <tt>/etc/fstab</tt>.
Dumps to non-swap devices,
tapes for example, are currently not supported. Config your
kernel using <tt>config -g</tt>.