xref: /netbsd-src/distrib/notes/pmax/contents (revision 2a399c6883d870daece976daec6ffa7bb7f934ce)
1The pmax-specific portion of the NetBSD _VER release is found in the
2"pmax" subdirectory of the distribution.  That subdirectory is laid
3out as follows:
4
5.../NetBSD-_VER/pmax/
6			binary/		pmax binary distribution sets
7					and kernel images;
8					see below.
9
10			installation/	installation materials:
11					disk images of a complete root
12					filesystem,  for both network and
13					diskful installation; see below.
14
15			misc/		miscellaneous binaries including
16					a copy of the sysinst instalation tool.
17
18The NetBSD/pmax binary distribution sets contain the binaries which
19comprise the NetBSD _VER release for the pmax.  There are eight binary
20distribution sets, plus optional X11 sets.  The binary distribution
21sets can be found in the "pmax/binary/sets" subdirectory of the NetBSD
22_VER distribution tree, and are as follows:
23
24	base	The NetBSD/pmax _VER base binary distribution.  You
25		MUST install this distribution set.  It contains the
26		base NetBSD utilities that are necessary for the
27		system to run and be minimally functional.  It
28		does NOT include shared library support, and excludes
29		everything described below.
30		[ 11.6M gzipped ]
31
32	comp	The NetBSD/pmax Compiler tools.  All of the tools
33		relating to C and C++.  This set includes the system
34		include files (/usr/include), the linker, the compiler
35		tool chain, and the various system libraries (except
36		the shared libraries, which are included as part of the
37		base set).  This set also includes the manual pages for
38		all of the utilities it contains, as well as the system
39		call and library manual pages.
40		[ 10.9M gzipped ]
41
42	etc	This distribution set contains the system configuration
43		files that reside in /etc and in several other places.
44		This set MUST be installed if you are installing the
45		system from scratch, but should NOT be used if you are
46		upgrading.  (If you are upgrading, it's recommended that
47		you get a copy of this set and CAREFULLY upgrade your
48		configuration files by hand.)
49		[ 53K gzipped ]
50
51	games	This set includes the games and their manual pages.
52		[ 3.0M gzipped ]
53
54	kern	This set is a placeholder for bootable kernels.
55
56	man	This set includes all of the manual pages for the
57		binaries and other software contained in the base set.
58		Note that it does not include any of the manual pages
59		that are included in the other sets.
60		[ 2.6M gzipped ]
61
62	misc	This set includes the system dictionaries (which are
63		rather large), the typesettable document set, and
64		man pages for other architectures which happen to be
65		installed from the source tree by default.
66		[ 1.9M gzipped,  8.3M uncompressed ]
67
68	text	This set includes NetBSD's text processing tools,
69		including groff, all related programs, and their
70		manual pages.
71		[ 1.1M gzipped, 3.7M uncompressed ]
72
73
74
75
76The pmax security distribution set is named "secr" and can be found in
77the "pmax/binary/security" subdirectory of the NetBSD _VER
78distribution tree.  It contains security related binaries which depend
79on cryptographic source code. You do not need this distribution set to
80use encrypted passwords in your password file; the "base" distribution
81includes a crypt library which can perform only the decryption
82function.  The security distribution includes a version of the
83Kerberos IV network security system, and a Kerberized version of the
84"telnet" program.  The "secr" distribution set can be found only on
85those sites which carry the complete NetBSD distribution and which can
86legally obtain it.  (Remember, because of United States law, it may
87not be legal to distribute this set to locations outside of the United
88States and Canada.)
89
90At the time of release, the pmax distribution set does not include a
91security distribution.  A binary will be built shortly after the
92release by a US permanent resident. In the meantime, if you are in the
93US or Canada and want the security distribution you must get the
94security source distribution and recompile libcrypt.a and recompile
95the following programs:
96
97	ed, ftpd, makekey, rexecd, uucpd, init, lock, login, passwd,
98	skeyinit, su, tn3270, pppd
99
100
101
102
103Since NetBSD 1.3, binary sets for the X Window system are also
104distributed with each NetBSD release. The binaries are based on
105X11R6.3 and can be installed using the 'sysinst' utility.
106
107
108	xbase	The basic files needed for a complete X
109		client environment. This does not include
110		the X servers.
111		[ 3.25M gzipped ]
112
113	xcomp	The extra libraries and include files needed
114		to compile X source code.
115		[ 2.1M gzipped, 7.3M uncompressed ]
116
117	xcontrib	Programs that were contributed to X.
118		[ 216 gzipped ]
119
120	xfont	Fonts needed by X.
121		[ 5.8M gzipped, 7M uncompressed ]
122
123	xserver	X servers built from X11R5, supporting the 4.3bsd-derived
124		Xserver/framebuffer protocol used in NetBSD/pmax.
125		See the /usr/X11R6/bin/README.pmax  file in this set for
126		more information on conifguring the X11 R5 servers to
127		work with X11R6 clients and with compressed fonts.
128
129		[ 712k gzipped, 2.4 unzipped ]
130
131
132The pmax binary distribution sets are distributed as gzipped tar files.
133Each pmax binary distribution set also has its own "CKSUMS" file, just
134as the source distribution sets do.
135
136The initial installation of NetBSD _VER on a Decstation not already running
137NetBSD _VER is supported by the following files, which are  included in
138the `./installation' subdirectory:
139
140	diskimage/diskimage.gz
141			A gzipped copy of a full root filesystem.
142			When unzipped, this is suitable for dd'ing
143			onto a raw disk partition.
144
145
146	netboot/diskimage.tar.gz
147			A gzipped copy of a tar file containing the same
148			files as diskimage.gz. When unzipped, this is
149			suitable for setting up an NFS server for diskless
150			boot or installing via netboot.
151
152Distribution kernel images (e.g., for installalling on Ultrix) are
153also available separately in the ./binary/kernel subdirectory:
154
155	netbsd.aout	An a.out-format generic kernel, bootable on an
156			existing NetBSD system.
157
158	netbsd.ecoff	An ECOFF-format kernel, suitable for diskless boot
159			via TFTP  or for upgrading from Ultrix.
160
161
162	nfsnetbsd.ecoff	An minimal ECOFF-format kernel, minimized to
163			boot on bugggy PROMs that cannot boot kernels
164			larger than ~1 Mbyte.
165
166
167The instructions given for extracting the source sets work equally
168well for the binary sets, but it is worth noting that if you use that
169method, the files are extracted "below" the current directory.  That
170is, if you want to extract the binaries "into" your system, i.e.
171replace the system binaries with them, you have to run the "tar xvfp"
172from /.  Also note that if you upgrade or install this way, those
173programs that you are using at the time will NOT be replaced.  If you
174follow the normal installation or upgrade procedures, this will be
175taken care of for you.
176