diff options
| author | martin <martin@NetBSD.org> | 2022-06-14 10:27:32 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2022-06-14 10:27:32 +0000 |
| commit | 58fda216160f1f9ef3cac50c6b181a95d9c50998 (patch) | |
| tree | cce00130d6e6c45848837aa73b815c984dc76287 | |
| parent | 5719c821db271b9a5b86493ec1033be89b4d4271 (diff) | |
Pull up following revision(s) (requested by andvar in ticket #1470):
distrib/notes/sun3/install: revision 1.17
distrib/notes/alpha/hardware: revision 1.20
distrib/notes/mvme68k/install: revision 1.24
distrib/notes/common/postinstall: revision 1.90 (via patch)
fix the title of the boot tape creation section.
some srm firmware (including legacy platforms) still available at hp ftp.
not sure if HPE selling firmware CDs, but it is definitely not Compaq anymore
fix link to pkgsrc.tar.gz file in postinstall section.
| -rw-r--r-- | distrib/notes/alpha/hardware | 6 | ||||
| -rw-r--r-- | distrib/notes/common/postinstall | 4 | ||||
| -rw-r--r-- | distrib/notes/mvme68k/install | 8 | ||||
| -rw-r--r-- | distrib/notes/sun3/install | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/distrib/notes/alpha/hardware b/distrib/notes/alpha/hardware index 9a4c9a30735..8834b16bd18 100644 --- a/distrib/notes/alpha/hardware +++ b/distrib/notes/alpha/hardware @@ -1,4 +1,4 @@ -.\" $NetBSD: hardware,v 1.19 2017/06/22 16:46:52 flxd Exp $ +.\" $NetBSD: hardware,v 1.19.8.1 2022/06/14 10:27:32 martin Exp $ . .Nx*M \*V runs on most of the @@ -23,8 +23,8 @@ only one type of console loaded at any one time. If your system comes up with the ARC firmware, it may be possible to switch it to SRM with a menu or to download SRM from -.Lk ftp://gatekeeper.dec.com/pub/Digital/Alpha/firmware/index.html -You may want to buy a firmware update CD from Compaq Computer Corporation. +.Lk ftp://ftp.hp.com/pub/alphaserver/firmware +You may want to buy a firmware update CD from Hewlett Packard Enterprise. .Pp More information on supported platforms and devices can be found on the \*M port web pages at diff --git a/distrib/notes/common/postinstall b/distrib/notes/common/postinstall index 2e565618b05..1ddba906954 100644 --- a/distrib/notes/common/postinstall +++ b/distrib/notes/common/postinstall @@ -1,4 +1,4 @@ -.\" $NetBSD: postinstall,v 1.83.2.3 2019/11/27 13:36:55 msaitoh Exp $ +.\" $NetBSD: postinstall,v 1.83.2.4 2022/06/14 10:27:32 martin Exp $ .\" .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -369,7 +369,7 @@ post-installation configuration menu, the .Xr pkgsrc 7 framework for compiling packages can be obtained by retrieving the file -.Lk https://cdn.NetBSD.org/pub/pkgsrc/pkgsrc.tar.gz . +.Lk https://cdn.NetBSD.org/pub/pkgsrc/stable/pkgsrc.tar.gz . It is typically extracted into .Pa /usr/pkgsrc (though other locations work fine) with the commands: diff --git a/distrib/notes/mvme68k/install b/distrib/notes/mvme68k/install index 3c6155987e8..a23df0412d2 100644 --- a/distrib/notes/mvme68k/install +++ b/distrib/notes/mvme68k/install @@ -1,4 +1,4 @@ -.\" $NetBSD: install,v 1.23 2011/05/30 06:19:53 wiz Exp $ +.\" $NetBSD: install,v 1.23.48.1 2022/06/14 10:27:32 martin Exp $ .\" .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -53,7 +53,7 @@ Create the .Nx*M \*V boot tape as described in the section entitled -.Sx "Preparing a boot tape" . +.Sx "Creating boot/install tapes" . Then, with the tape in the drive, type the following at the Bug prompt: .Pp .Dl 147-Bug\*[Gt] Ic "bo 5" @@ -89,7 +89,7 @@ Loading: Operating System Volume: NBSD IPL loaded at: $003F0000 -\*[Gt]\*[Gt] BSD MVME147 tapeboot [$Revision: 1.23 $] +\*[Gt]\*[Gt] BSD MVME147 tapeboot [$Revision: 1.23.48.1 $] 578616+422344+55540+[46032+51284]=0x11a6e4 Start @ 0x8000 ... Copyright (c) 1996, 1997, 1998, 1999, 2000 @@ -435,7 +435,7 @@ For all board types, the boot messages are very similar: .Pp .(disp Start @ 0x8000 ... -\*[Gt]\*[Gt] BSD MVME147 netboot (via sboot) [$Revision: 1.23 $] +\*[Gt]\*[Gt] BSD MVME147 netboot (via sboot) [$Revision: 1.23.48.1 $] device: le0 attached to 08:00:3e:20:cb:87 boot: client IP address: 192.168.1.4 boot: client name: soapy diff --git a/distrib/notes/sun3/install b/distrib/notes/sun3/install index 216e5fca6d3..ea87b257cc2 100644 --- a/distrib/notes/sun3/install +++ b/distrib/notes/sun3/install @@ -1,4 +1,4 @@ -.\" $NetBSD: install,v 1.16 2008/09/06 22:31:53 tsutsui Exp $ +.\" $NetBSD: install,v 1.16.64.1 2022/06/14 10:27:32 martin Exp $ .\" .\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -54,7 +54,7 @@ Create the .Nx*M \*V boot tape as described in the section entitled -.Sx "Preparing a boot tape" +.Sx "Creating boot/install tapes" and boot the tape. At the PROM monitor prompt, use one of the commands: .Pp |
