contents revision 1.3 1 1.3 perry $NetBSD: contents,v 1.3 1998/01/09 18:47:51 perry Exp $
2 1.3 perry
3 1.1 ragge The vax-specific portion of the NetBSD _VER release is found in the
4 1.1 ragge "vax" subdirectory of the distribution. That subdirectory is laid
5 1.1 ragge out as follows:
6 1.1 ragge
7 1.1 ragge .../NetBSD-_VER/vax/
8 1.1 ragge INSTALL Installation notes; this file.
9 1.1 ragge
10 1.1 ragge binary/ vax binary distribution sets;
11 1.1 ragge see below.
12 1.1 ragge
13 1.1 ragge security/ vax security distribution;
14 1.1 ragge see below.
15 1.1 ragge
16 1.1 ragge tk50/ Files to install from tape.
17 1.1 ragge
18 1.1 ragge rx50/ Files to install from RX50 floppy.
19 1.1 ragge
20 1.1 ragge rx33/ Files to install from RX33 floppy.
21 1.1 ragge
22 1.1 ragge netboot/ Files needed when netbooting.
23 1.1 ragge
24 1.1 ragge .../vax/netboot/
25 1.1 ragge
26 1.1 ragge There are a couple of files in the netboot directory; the boot program
27 1.1 ragge in different flavours, a generic kernel and a miniroot image. The files
28 1.1 ragge are described below:
29 1.1 ragge
30 1.1 ragge boot The NetBSD loader program, needed to load the
31 1.1 ragge kernel or any standalone program from disk/tape/net.
32 1.1 ragge
33 1.1 ragge boot.mopformat The same as above, but in MOP format.
34 1.1 ragge
35 1.1 ragge gennetbsd.gz A generic NetBSD/vax kernel, gzipped.
36 1.1 ragge
37 1.1 ragge miniroot.tar.gz A tar'ed and gzipped miniroot, unpack this to
38 1.1 ragge get a small netbooted environment.
39 1.1 ragge
40 1.1 ragge .../vax/tk50/
41 1.1 ragge .../vax/rx50/
42 1.1 ragge .../vax/rx33/
43 1.1 ragge
44 1.1 ragge In these directories there are splitted files of both a small boot
45 1.1 ragge utility filesystem and a miniroot. See the section for installing
46 1.1 ragge to get more about this.
47 1.1 ragge
48 1.1 ragge .../vax/binary/
49 1.1 ragge
50 1.1 ragge The NetBSD/vax binary distribution sets contain the binaries which
51 1.1 ragge comprise the NetBSD _VER release for the vax. There are seven binary
52 1.1 ragge distribution sets, and the "security" distribution set. The binary
53 1.1 ragge distribution sets can be found in the "vax/binary" subdirectory of
54 1.1 ragge the NetBSD _VER distribution tree, and are as follows:
55 1.1 ragge
56 1.1 ragge base13 The NetBSD/vax _VER base binary distribution. You
57 1.1 ragge MUST install this distribution set. It contains the
58 1.1 ragge base NetBSD utilities that are necessary for the
59 1.1 ragge system to run and be minimally functional. It
60 1.1 ragge includes shared library support, and excludes
61 1.1 ragge everything described below.
62 1.1 ragge [ 7.6M gzipped, 21.5M uncompressed ]
63 1.1 ragge
64 1.1 ragge comp13 The NetBSD/vax Compiler tools. All of the tools
65 1.1 ragge relating to C and C++. This set includes the system
66 1.1 ragge include files (/usr/include), the linker, the compiler
67 1.1 ragge tool chain, and the various system libraries (except
68 1.1 ragge the shared libraries, which are included as part of the
69 1.1 ragge base set). This set also includes the manual pages for
70 1.1 ragge all of the utilities it contains, as well as the system
71 1.1 ragge call and library manual pages.
72 1.1 ragge [ 5.4M gzipped, 17.2M uncompressed ]
73 1.1 ragge
74 1.1 ragge etc13 This distribution set contains the system configuration
75 1.1 ragge files that reside in /etc and in several other places.
76 1.1 ragge This set MUST be installed if you are installing the
77 1.1 ragge system from scratch, but should NOT be used if you are
78 1.1 ragge upgrading. (If you are upgrading, it's recommended that
79 1.1 ragge you get a copy of this set and CAREFULLY upgrade your
80 1.1 ragge configuration files by hand.)
81 1.1 ragge [ 68K gzipped, 350K uncompressed ]
82 1.1 ragge
83 1.1 ragge games13 This set includes the games and their manual pages.
84 1.1 ragge [ 2.9M gzipped, 7.0M uncompressed ]
85 1.1 ragge
86 1.1 ragge man13 This set includes all of the manual pages for the
87 1.1 ragge binaries and other software contained in the base set.
88 1.1 ragge Note that it does not include any of the manual pages
89 1.1 ragge that are included in the other sets.
90 1.1 ragge [ 0.9K gzipped, 3.5M uncompressed ]
91 1.1 ragge
92 1.1 ragge misc13 This set includes the system dictionaries (which are
93 1.1 ragge rather large), the typesettable document set, and
94 1.1 ragge man pages for other architectures which happen to be
95 1.1 ragge installed from the source tree by default.
96 1.1 ragge [ 1.9M gzipped, 6.5M uncompressed ]
97 1.1 ragge
98 1.1 ragge text13 This set includes NetBSD's text processing tools,
99 1.1 ragge including groff, all related programs, and their
100 1.1 ragge manual pages.
101 1.1 ragge [ 0.8M gzipped, 2.9M uncompressed ]
102 1.1 ragge
103 1.1 ragge .../vax/security/
104 1.1 ragge
105 1.1 ragge The vax security distribution set is named "secr13" and can be found
106 1.1 ragge in the "vax/security" subdirectory of the NetBSD _VER distribution
107 1.1 ragge tree. It contains executables which are built in the "src/domestic" portion
108 1.1 ragge if the NetBSD source tree. It can only be found on those sites which carry
109 1.1 ragge the complete NetBSD distribution and that can legally obtain it. (Remember,
110 1.2 mycroft because of United States law, it may not be legal to distribute this set to
111 1.1 ragge locations outside of the United States and Canada.)
112 1.1 ragge [ 128K gzipped, 275K uncompressed ]
113 1.1 ragge
114 1.1 ragge The vax binary distribution sets are distributed as gzipped tar files.
115 1.1 ragge Each vax binary distribution set also has its own "CKSUMS" file, just
116 1.1 ragge as the source distribution sets do.
117 1.1 ragge
118 1.1 ragge The instructions given for extracting the source sets work equally
119 1.1 ragge well for the binary sets, but it is worth noting that if you use that
120 1.1 ragge method, the files are extracted "below" the current directory. That
121 1.1 ragge is, if you want to extract the binaries "into" your system, i.e.
122 1.1 ragge replace the system binaries with them, you have to run the command:
123 1.1 ragge
124 1.1 ragge tar --unlink -zxvpf set.tar.gz
125 1.1 ragge
126 1.1 ragge from /. Note that the "--unlink" flags is very important!
127 1.1 ragge
128 1.1 ragge For best results, it is recommended that you follow the installation
129 1.1 ragge and/or upgrade procedures documented in this file.
130