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/sparc Pull up revision 1.45 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/566bda3b64b9
branches:  netbsd-1-5
changeset: 492854:566bda3b64b9
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 23 19:25:09 2002 +0000

description:
Pull up revision 1.45 (requested by he):
  Correct symlink example in netboot section; fixes PR#14809.

diffstat:

 distrib/notes/sparc/install |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 2132206fbca5 -r 566bda3b64b9 distrib/notes/sparc/install
--- a/distrib/notes/sparc/install       Sat Feb 23 18:39:42 2002 +0000
+++ b/distrib/notes/sparc/install       Sat Feb 23 19:25:09 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.23.4.8 2002/01/05 18:31:38 he Exp $
+.\"    $NetBSD: install,v 1.23.4.9 2002/02/23 19:25:09 he Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -364,10 +364,12 @@
 .Pa boot.net
 and is named appropriately for your client
 (in this case, it would be
-.Pa C0A8010A.SUN4C ) .
+.Pa C0A8010A.SUN4C ) ,
+E.g.:
 .Pp
 .Dl # Ic "cp boot.net /tftpboot"
-.Dl # Ic "ln -s /tftpboot/boot.net /tftpboot/C0A8010A.SUN4C"
+.Dl # Ic "cd /tftpboot"
+.Dl # Ic "ln -s boot.net C0A8010A.SUN4C"
 .Pp
 Now, you should edit
 .Pa /etc/inetd.conf



Home | Main Index | Thread Index | Old Index