contents revision 1.1 1 1.1 jonathan The pmax-specific portion of the NetBSD 1.1 release is found in the
2 1.1 jonathan "pmax" subdirectory of the distribution. That subdirectory is laid
3 1.1 jonathan out as follows:
4 1.1 jonathan
5 1.1 jonathan .../NetBSD-1.2/pmax/
6 1.1 jonathan binary/ pmax binary distribution sets;
7 1.1 jonathan see below.
8 1.1 jonathan
9 1.1 jonathan install/ a GENERIC kernel, installation
10 1.1 jonathan utilities and a miniroot filesystem;
11 1.1 jonathan see below.
12 1.1 jonathan
13 1.1 jonathan security/ pmax security distribution;
14 1.1 jonathan see below.
15 1.1 jonathan
16 1.1 jonathan The NetBSD/pmax binary distribution sets contain the binaries which
17 1.1 jonathan comprise the NetBSD 1.2 release for the pmax. There are seven binary
18 1.1 jonathan distribution sets, and the "security" distribution set. The binary
19 1.1 jonathan distribution sets can be found in the "pmax/binary" subdirectory of
20 1.1 jonathan the NetBSD 1.1 distribution tree, and are as follows:
21 1.1 jonathan
22 1.1 jonathan base12 The NetBSD/pmax 1.1 base binary distribution. You
23 1.1 jonathan MUST install this distribution set. It contains the
24 1.1 jonathan base NetBSD utilities that are necessary for the
25 1.1 jonathan system to run and be minimally functional. It
26 1.1 jonathan does NOT include shared library support, and excludes
27 1.1 jonathan everything described below.
28 1.1 jonathan [ 20.4M gzipped, 19M uncompressed ]
29 1.1 jonathan
30 1.1 jonathan comp12 The NetBSD/pmax Compiler tools. All of the tools
31 1.1 jonathan relating to C and C++. This set includes the system
32 1.1 jonathan include files (/usr/include), the linker, the compiler
33 1.1 jonathan tool chain, and the various system libraries (except
34 1.1 jonathan the shared libraries, which are included as part of the
35 1.1 jonathan base set). This set also includes the manual pages for
36 1.1 jonathan all of the utilities it contains, as well as the system
37 1.1 jonathan call and library manual pages.
38 1.1 jonathan [ 7.4M gzipped, 14.7M uncompressed ]
39 1.1 jonathan
40 1.1 jonathan etc12 This distribution set contains the system configuration
41 1.1 jonathan files that reside in /etc and in several other places.
42 1.1 jonathan This set MUST be installed if you are installing the
43 1.1 jonathan system from scratch, but should NOT be used if you are
44 1.1 jonathan upgrading. (If you are upgrading, it's recommended that
45 1.1 jonathan you get a copy of this set and CAREFULLY upgrade your
46 1.1 jonathan configuration files by hand.)
47 1.1 jonathan [ 68K gzipped, 348K uncompressed ]
48 1.1 jonathan
49 1.1 jonathan games12 This set includes the games and their manual pages.
50 1.1 jonathan [ 2.8M gzipped, 6.8M uncompressed ]
51 1.1 jonathan
52 1.1 jonathan man12 This set includes all of the manual pages for the
53 1.1 jonathan binaries and other software contained in the base set.
54 1.1 jonathan Note that it does not include any of the manual pages
55 1.1 jonathan that are included in the other sets.
56 1.1 jonathan [ 0.9M gzipped, 3.6M uncompressed ]
57 1.1 jonathan
58 1.1 jonathan misc12 This set includes the system dictionaries (which are
59 1.1 jonathan rather large), the typesettable document set, and
60 1.1 jonathan man pages for other architectures which happen to be
61 1.1 jonathan installed from the source tree by default.
62 1.1 jonathan [ 1.9M gzipped, 6.6M uncompressed ]
63 1.1 jonathan
64 1.1 jonathan text12 This set includes NetBSD's text processing tools,
65 1.1 jonathan including groff, all related programs, and their
66 1.1 jonathan manual pages.
67 1.1 jonathan [ 1.2M gzipped, 3.18M uncompressed ]
68 1.1 jonathan
69 1.1 jonathan The pmax distribution set does not include a security distribution.
70 1.1 jonathan If you are in the US and want the security distribution you must
71 1.1 jonathan get the security source distribution and recompile libcrypt.a and
72 1.1 jonathan recompile the following programs:
73 1.1 jonathan ed, ftpd, makekey, rexecd, uucpd, init, lock, login, passwd,
74 1.1 jonathan skeyinit, su, tn3270, pppd
75 1.1 jonathan
76 1.1 jonathan (Remember, because of United States law, this distribution set may not
77 1.1 jonathan be exported to locations outside of the United States and Canada.)
78 1.1 jonathan [ 128K gzipped, 275K uncompressed ]
79 1.1 jonathan
80 1.1 jonathan The pmax binary distribution sets are distributed as gzipped tar files.
81 1.1 jonathan Each pmax binary distribution set also has its own "CKSUMS" file, just
82 1.1 jonathan as the source distribution sets do.
83 1.1 jonathan
84 1.1 jonathan The initial installation of NetBSD 1.2 on a Decstatio not already running
85 1.1 jonathan NetBSD 1.2 is supported by the following files, which are included in
86 1.1 jonathan the `.../install' directory:
87 1.1 jonathan
88 1.1 jonathan miniroot.gz A gzipped copy of a miniroot filesystem.
89 1.1 jonathan When unzipped, this is suitable for dd'ing
90 1.1 jonathan onto a raw disk partition.
91 1.1 jonathan
92 1.1 jonathan SYS_NBOOT.gz A gzipped copy of the network boot block.
93 1.1 jonathan This is useful if you are installing
94 1.1 jonathan a diskless NetBSD/pmax system.
95 1.1 jonathan
96 1.1 jonathan inst-12.fs.gz A gzipped copy of the miniroot filesystem.
97 1.1 jonathan
98 1.1 jonathan netbsd.gz A gzipped GENERIC kernel.
99 1.1 jonathan
100 1.1 jonathan
101 1.1 jonathan The instructions given for extracting the source sets work equally
102 1.1 jonathan well for the binary sets, but it is worth noting that if you use that
103 1.1 jonathan method, the files are extracted "below" the current directory. That
104 1.1 jonathan is, if you want to extract the binaries "into" your system, i.e.
105 1.1 jonathan replace the system binaries with them, you have to run the "tar xvfp"
106 1.1 jonathan from /. Also note that if you upgrade or install this way, those
107 1.1 jonathan programs that you are using at the time will NOT be replaced. If you
108 1.1 jonathan follow the normal installation or upgrade procedures, this will be
109 1.1 jonathan taken care of for you.
110