diff options
author | jkh <jkh@FreeBSD.org> | 1997-08-11 13:20:38 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-08-11 13:20:38 +0000 |
commit | 3c74d22281015fbfc850469d387880ffbac81f2e (patch) | |
tree | 72914a9c3e69113631d318643e982617d8003cf7 /release | |
parent | a6a2ca12c2ed98f5f638b0863a615ed44b6e7844 (diff) | |
download | FreeBSD-src-3c74d22281015fbfc850469d387880ffbac81f2e.zip FreeBSD-src-3c74d22281015fbfc850469d387880ffbac81f2e.tar.gz |
Add a SEE ALSO for install.cfg sample script.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/sysinstall.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/release/sysinstall/sysinstall.8 b/release/sysinstall/sysinstall.8 index 52011c3..1def9d3 100644 --- a/release/sysinstall/sysinstall.8 +++ b/release/sysinstall/sysinstall.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: sysinstall.8,v 1.1 1997/08/11 13:08:29 jkh Exp $ .\" .Dd August 9, 1997 .Dt SYSINSTALL 8 @@ -772,6 +772,11 @@ This utility may edit the contents of and .Pa /etc/resolv.conf as necessary to reflect changes in the network configuration. +.Sh SEE ALSO +If you have a reasonably complete source tree online, take +a look at +.Pa /usr/src/release/sysinstall/install.cfg +for a sample installation script. .Sh BUGS This utility is a prototype which lasted approximately 2 years past its expiration date and is greatly in need of death. |