Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/x68k Add ethernet setup procedure.



details:   https://anonhg.NetBSD.org/src/rev/f2f4d9edf0be
branches:  trunk
changeset: 467994:f2f4d9edf0be
user:      minoura <minoura%NetBSD.org@localhost>
date:      Thu Apr 01 14:09:49 1999 +0000

description:
Add ethernet setup procedure.

diffstat:

 distrib/notes/x68k/install |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r f9b97584f4c3 -r f2f4d9edf0be distrib/notes/x68k/install
--- a/distrib/notes/x68k/install        Thu Apr 01 14:09:22 1999 +0000
+++ b/distrib/notes/x68k/install        Thu Apr 01 14:09:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.7 1999/01/13 07:30:10 ross Exp $   
+.\"    $NetBSD: install,v 1.8 1999/04/01 14:09:49 minoura Exp $        
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -365,7 +365,7 @@
 The default is
 .Pa /mnt/usr/distrib .
 .Pp
-Configure the SLIP interface, with the following
+Configure the network interface.  To use SLIP, type the following
 command sequence:
 .D1 Ic slattach\ -h\ -s Ar speed Ic tty00
 .D1 Ic ifconfig\ sl0 Ar my_ipaddr peer_ipaddr
@@ -390,6 +390,14 @@
 addresses 192.168.*.* are the private IP addresses
 described in RFC 1597.
 .Pp
+To use ethernet, do following:
+.D1 Ic ifconfig\ ne0 Ar my_ipaddr
+where
+.Ar my_ipaddr
+is the numeric IP address of the machine you are going
+to install NetBSD/x68k.  ne0 is the interface name which correspond to
+the Neptune-X or clone.
+.Pp
 If you are NFS-mounting the distribution sets, mount
 them on the temporary directory with a command like:
 .



Home | Main Index | Thread Index | Old Index