Fix 1.1->1.2 references as in pr#2745, and other typos.
This commit is contained in:
parent
a5adf9b9ba
commit
1112d46296
@ -1,4 +1,4 @@
|
||||
The pmax-specific portion of the NetBSD 1.1 release is found in the
|
||||
The pmax-specific portion of the NetBSD 1.2 release is found in the
|
||||
"pmax" subdirectory of the distribution. That subdirectory is laid
|
||||
out as follows:
|
||||
|
||||
@ -17,9 +17,9 @@ The NetBSD/pmax binary distribution sets contain the binaries which
|
||||
comprise the NetBSD 1.2 release for the pmax. There are seven binary
|
||||
distribution sets, and the "security" distribution set. The binary
|
||||
distribution sets can be found in the "pmax/binary" subdirectory of
|
||||
the NetBSD 1.1 distribution tree, and are as follows:
|
||||
the NetBSD 1.2 distribution tree, and are as follows:
|
||||
|
||||
base12 The NetBSD/pmax 1.1 base binary distribution. You
|
||||
base12 The NetBSD/pmax 1.2 base binary distribution. You
|
||||
MUST install this distribution set. It contains the
|
||||
base NetBSD utilities that are necessary for the
|
||||
system to run and be minimally functional. It
|
||||
@ -81,7 +81,7 @@ The pmax binary distribution sets are distributed as gzipped tar files.
|
||||
Each pmax binary distribution set also has its own "CKSUMS" file, just
|
||||
as the source distribution sets do.
|
||||
|
||||
The initial installation of NetBSD 1.2 on a Decstatio not already running
|
||||
The initial installation of NetBSD 1.2 on a Decstation not already running
|
||||
NetBSD 1.2 is supported by the following files, which are included in
|
||||
the `.../install' directory:
|
||||
|
||||
@ -89,12 +89,6 @@ the `.../install' directory:
|
||||
When unzipped, this is suitable for dd'ing
|
||||
onto a raw disk partition.
|
||||
|
||||
SYS_NBOOT.gz A gzipped copy of the network boot block.
|
||||
This is useful if you are installing
|
||||
a diskless NetBSD/pmax system.
|
||||
|
||||
inst-12.fs.gz A gzipped copy of the miniroot filesystem.
|
||||
|
||||
netbsd.gz A gzipped GENERIC kernel.
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@ the install document.
|
||||
|
||||
NOTE that the instructions on old versions of the web site
|
||||
are incorrect. The installation miniroot image for both NetBSD 1.1
|
||||
and 1.1 include the 8Kbytes reserved for bootblocks and disklabel.
|
||||
and 1.2 include the 8Kbytes reserved for bootblocks and disklabel.
|
||||
The dd commands to write the miniroot to a freshly-labeleld
|
||||
disk should have an 'skip=16' added to them, if the 'skip=16'
|
||||
option is already present.
|
||||
|
@ -1,5 +1,6 @@
|
||||
It may be possible to easily upgrade your existing NetBSD/pmax system
|
||||
using the upgrade program in the miniroot.
|
||||
|
||||
NOTE: this has not been tested and should be done with caution,
|
||||
after backing up your system.
|
||||
|
||||
@ -69,7 +70,7 @@ manually. To do this, follow the following procedure:
|
||||
the `base' binary set:
|
||||
|
||||
cd /
|
||||
tar --unlink -zxvpf /path/to/base11.tar.gz
|
||||
tar --unlink -zxvpf /path/to/base12.tar.gz
|
||||
|
||||
NOTE: the `--unlink' option is _very_ important!
|
||||
|
||||
|
@ -1,2 +1,9 @@
|
||||
This is the second public release of NetBSD for the DECstation and
|
||||
DECsystem family of computers.
|
||||
NetBSD 1.2 is the second public release of NetBSD for the DECstation
|
||||
and DECsystem family of computers. This release includes kernel
|
||||
support for ELF shared libraries, much of which is due to work by Per
|
||||
Fogelstrom (pefo@OpenBSD.ORG). Note that NetBSD/1.2 pmax still ships
|
||||
with statically-linked user binaries. Ultrix emulation for tty-aware
|
||||
applications is improved over NetBSD 1.1. Many NetBSD/pmax bugs have
|
||||
been fixed, including annoying bugs in the 4.4bsd-Lite/pmax SCSI
|
||||
drivers.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user