Correct the mangled English when mentioning that the kernel config-file
"dump on" is deprecated...by removing the note completely.
This commit is contained in:
parent
c1d2c1eafd
commit
82ad643a6c
@ -2,7 +2,7 @@
|
||||
|
||||
Kernel debugging FAQ for FreeBSD
|
||||
|
||||
$Id: kernel-debug.FAQ,v 1.2 1995/03/25 12:35:00 joerg Exp $
|
||||
$Id: kernel-debug.FAQ,v 1.3 1995/07/30 12:53:39 joerg Exp $
|
||||
|
||||
|
||||
*** Debugging a kernel crash dump with kgdb ***
|
||||
@ -27,10 +27,7 @@ $Id: kernel-debug.FAQ,v 1.2 1995/03/25 12:35:00 joerg Exp $
|
||||
partition in question as swap space via swapon(8)). This is
|
||||
normally arranged via sysconfig and /etc/rc. Alternatively, you can
|
||||
hard-code the dump device via the `dump' clause in the `config' line
|
||||
of your kernel config file. This is deprecated, but might be the
|
||||
only chance to get a crash dump from a kernel that's not booting at
|
||||
all, so that you didn't had the ability to run any command before it
|
||||
used to crash.
|
||||
of your kernel config file.
|
||||
|
||||
When the kernel's been built make a copy of it, say kernel.debug,
|
||||
and then run strip -x on the original. Install the original as
|
||||
|
Loading…
Reference in New Issue
Block a user