Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/notes/common Pullup 1.16 [mbw]:



details:   https://anonhg.NetBSD.org/src/rev/0a5780b87052
branches:  netbsd-1-5
changeset: 490125:0a5780b87052
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Nov 03 20:32:35 2000 +0000

description:
Pullup 1.16 [mbw]:
add conditionals for hp300, macppc, and sparc.

diffstat:

 distrib/notes/common/postinstall |  46 ++++++++++++++++++++++++++++++---------
 1 files changed, 35 insertions(+), 11 deletions(-)

diffs (90 lines):

diff -r cfeadbd5790b -r 0a5780b87052 distrib/notes/common/postinstall
--- a/distrib/notes/common/postinstall  Fri Nov 03 20:01:37 2000 +0000
+++ b/distrib/notes/common/postinstall  Fri Nov 03 20:32:35 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: postinstall,v 1.9.4.3 2000/11/02 23:56:12 tv Exp $
+.\"    $NetBSD: postinstall,v 1.9.4.4 2000/11/03 20:32:35 tv Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,18 +51,30 @@
 asks you to choose a shell, simply press
 .Key RETURN
 to get to a prompt. If you are asked for a terminal type, respond with
-.ie r_pmax \{\
+.ie r_hp300 \{\
+.Ic hp300h
+for a local console, or whatever is appropriate for your serial console.
+.\}
+.el .ie r_pmax \{\
 the correct terminal type as discussed in the
 .Sx Once you've booted the diskimage
 section.
 .\}
+.el .ie r_sparc \{\
+.Ic sun
+for a local console, or whatever is appropriate for your serial
+console (some systems display garbage with a
+.Ic sun
+terminal type, you may need to use
+.Ic sun-ss5 )
+.\}
 .el \{\
 .Ic vt220
 (or whatever is appropriate for your terminal type)
 .\}
 and press
-.Key RETURN
-. At this point, you need to configure at least
+.Key RETURN .
+At this point, you need to configure at least
 one file in the
 .Pa /etc
 directory. Change to the
@@ -91,8 +103,10 @@
 Do the following:
 .Pp
 .Dl # Ic "mount /usr"
-.ie r_pmax .Dl # Ic "export TERM=termtype"
-.el        .Dl # Ic "export TERM=vt220"
+.ie     r_hp300 .Dl # Ic "export TERM=hp300h"
+.el .ie r_pmax  .Dl # Ic "export TERM=termtype"
+.el .ie r_sparc .Dl # Ic "export TERM=sun"
+.el             .Dl # Ic "export TERM=vt220"
 .Pp
 If you have
 .Pa /var
@@ -115,18 +129,28 @@
 .Ar ifconfig_int
 for your interface
 .Aq int ,
-along the lines of
+.ie r_macppc \{\
+where your on-board interfaces may be one of
+.Li mc0 , bm0 , No or Li gm0
+.\}
+.el along the lines of
 .Pp
-.ie r_pmax .Dl ifconfig_le0="inet 123.45.67.89 netmask 255.255.255.0"
-.el        .Dl ifconfig_de0="inet 123.45.67.89 netmask 255.255.255.0"
+.ie \n[hp300]:\n[pmax]:\n[sparc] \{\
+.Dl                  ifconfig_le0="inet 123.45.67.89 netmask 255.255.255.0"
+.\}
+.el .ie r_macppc .Dl ifconfig_mc0="inet 123.45.67.89 netmask 255.255.255.0"
+.el              .Dl ifconfig_de0="inet 123.45.67.89 netmask 255.255.255.0"
 .Pp
 or, if you have
 .Ar myname.my.dom
 in
 .Pa /etc/hosts :
 .Pp
-.ie r_pmax .Dl ifconfig_le0="inet myname.my.dom netmask 255.255.255.0"
-.el        .Dl ifconfig_de0="inet myname.my.dom netmask 255.255.255.0"
+.ie \n[hp300]:\n[pmax]:\n[sparc] \{\
+.Dl                  ifconfig_le0="inet myname.my.dom netmask 255.255.255.0"
+.\}
+.el .ie r_macppc .Dl ifconfig_mc0="inet myname.my.dom netmask 255.255.255.0"
+.el              .Dl ifconfig_de0="inet myname.my.dom netmask 255.255.255.0"
 .Pp
 To enable proper hostname resolution, you will also want to add an
 .Pa /etc/resolv.conf



Home | Main Index | Thread Index | Old Index