Document how to make savecore work with netbsd{,.aout}
This commit is contained in:
parent
42e956ef0c
commit
a77e9569b8
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: postinstall,v 1.36 2002/07/01 20:31:32 skrll Exp $
|
.\" $NetBSD: postinstall,v 1.37 2002/07/08 21:51:02 skrll Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -217,6 +217,14 @@ For the Milan, you will have to disable the
|
||||||
devices.
|
devices.
|
||||||
This is easy, just change 'on' to 'off' on the corresponding lines.
|
This is easy, just change 'on' to 'off' on the corresponding lines.
|
||||||
.\}
|
.\}
|
||||||
|
.if r_cats \{\
|
||||||
|
.Pp
|
||||||
|
For the
|
||||||
|
.Xr savecore 8
|
||||||
|
facility to work with the a.out and elf kernel images supplied with
|
||||||
|
\*M installations you will need to set
|
||||||
|
.Li savecore_flags="-z -N /netbsd"
|
||||||
|
.\}
|
||||||
.It
|
.It
|
||||||
Logging in
|
Logging in
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in New Issue