contents revision 1.2 1 1.1 scw The mvme68k-specific portion of the NetBSD _VER release is found in the
2 1.1 scw "mvme68k" subdirectory of the distribution. That subdirectory is laid
3 1.1 scw out as follows:
4 1.1 scw
5 1.1 scw .../NetBSD-_VER/mvme68k/
6 1.2 scw INSTALL Installation notes; this file.
7 1.1 scw
8 1.2 scw installation/ Boot programs, a stand-alone
9 1.2 scw RAMDISK kernel, and a miniroot
10 1.2 scw filesystem image. see below.
11 1.1 scw
12 1.1 scw binary/ mvme68k binary distribution sets;
13 1.1 scw see below.
14 1.1 scw
15 1.1 scw security/ mvme68k security distribution;
16 1.1 scw see below.
17 1.1 scw
18 1.2 scw .../mvme68k/installation/
19 1.2 scw miniroot/ The miniroot filesystem image.
20 1.2 scw
21 1.2 scw netboot/ Two programs needed to boot a
22 1.2 scw VME147 kernel over the network.
23 1.2 scw
24 1.2 scw tapeimage/ Tape boot programs, and a RAMDISK
25 1.2 scw kernel.
26 1.1 scw
27 1.1 scw The NetBSD/mvme68k install distribution contains files that can be
28 1.1 scw used to install NetBSD onto a completely "bare" VME147. The files
29 1.2 scw in the "mvme68k/installation/*" directories are described below:
30 1.1 scw
31 1.1 scw miniroot.gz A gzipped copy of the miniroot filesystem.
32 1.1 scw This image is to be un-gzipped and copied
33 1.1 scw into the swap area of a disk.
34 1.1 scw
35 1.1 scw netbsd-rd.gz A gzipped copy of the "RAMDISK kernel"
36 1.1 scw for installing the miniroot filesystem.
37 1.1 scw
38 1.1 scw stboot A tape boot-block, in the form required to
39 1.1 scw allow 147-Bug to boot from tape. This is the
40 1.1 scw first segment of a boot tape.
41 1.1 scw
42 1.1 scw bootst A copy of the tape boot program, used
43 1.1 scw as the second segment of a boot tape.
44 1.1 scw
45 1.1 scw sboot A copy of the serial boot program. This is
46 1.1 scw necessary if you don't have a tape drive,
47 1.1 scw but you _do_ have another system which can
48 1.1 scw act as a boot and NFS server. This is also
49 1.1 scw useful if you are installing a diskless
50 1.1 scw NetBSD/mvme68k system.
51 1.1 scw
52 1.1 scw netboot A copy of the network boot program. Used
53 1.1 scw in conjunction with sboot to get your system
54 1.1 scw booted over a network.
55 1.1 scw
56 1.1 scw These files can be used to make a boot tape suitable for installing
57 1.1 scw NetBSD/mvme68k. These files can also be used to configure an NFS server
58 1.1 scw to support installation "over the network". See the section "Getting
59 1.1 scw the NetBSD System onto Useful Media" for instructions on either method.
60 1.1 scw
61 1.2 scw .../mvme68k/binary/sets
62 1.1 scw
63 1.1 scw The NetBSD/mvme68k binary distribution sets contain the binaries which
64 1.1 scw comprise the NetBSD _VER release for the VME147. There are seven binary
65 1.1 scw distribution sets, and the "security" distribution set. The binary
66 1.1 scw distribution sets are as follows:
67 1.1 scw
68 1.1 scw base The NetBSD/mvme68k _VER base binary distribution. You
69 1.1 scw MUST install this distribution set. It contains the
70 1.1 scw base NetBSD utilities that are necessary for the
71 1.1 scw system to run and be minimally functional. It includes
72 1.1 scw shared library support, and excludes everything
73 1.1 scw described below.
74 1.1 scw [ 9.2M gzipped, 26.5M uncompressed ]
75 1.1 scw
76 1.1 scw comp The NetBSD/mvme68k Compiler tools. All of the tools
77 1.1 scw relating to C and C++. This set includes the system
78 1.1 scw include files (/usr/include), the linker, the compiler
79 1.1 scw tool chain, and the various system libraries (except
80 1.1 scw the shared libraries, which are included as part of the
81 1.1 scw base set). This set also includes the manual pages for
82 1.1 scw all of the utilities it contains, as well as the system
83 1.1 scw call and library manual pages.
84 1.1 scw [ 6.9M gzipped, 24.1M uncompressed ]
85 1.1 scw
86 1.1 scw etc This distribution set contains the system configuration
87 1.1 scw files that reside in /etc and in several other places.
88 1.1 scw This set MUST be installed if you are installing the
89 1.1 scw system from scratch, but should NOT be used if you are
90 1.1 scw upgrading. (If you are upgrading, it's recommended that
91 1.1 scw you get a copy of this set and CAREFULLY upgrade your
92 1.1 scw configuration files by hand.)
93 1.1 scw [ 53K gzipped, 327K uncompressed ]
94 1.1 scw
95 1.1 scw games This set includes the games and their manual pages.
96 1.1 scw [ 2.9M gzipped, 7.5M uncompressed ]
97 1.1 scw
98 1.1 scw man This set includes all of the manual pages for the
99 1.1 scw binaries and other software contained in the base set.
100 1.1 scw Note that it does not include any of the manual pages
101 1.1 scw that are included in the other sets.
102 1.1 scw [ 2.5K gzipped, 10.3M uncompressed ]
103 1.1 scw
104 1.1 scw misc This set includes the system dictionaries (which are
105 1.1 scw rather large), the typesettable document set, and
106 1.1 scw man pages for other architectures which happen to be
107 1.1 scw installed from the source tree by default.
108 1.1 scw [ 2.3M gzipped, 8.7M uncompressed ]
109 1.1 scw
110 1.1 scw text This set includes NetBSD's text processing tools,
111 1.1 scw including groff, all related programs, and their
112 1.1 scw manual pages.
113 1.1 scw [ 1.0M gzipped, 3.9M uncompressed ]
114 1.1 scw
115 1.1 scw .../mvme68k/security/
116 1.1 scw
117 1.1 scw The mvme68k security distribution set is named "secr" and can be found
118 1.1 scw in the "mvme68k/security" subdirectory of the NetBSD _VER distribution
119 1.1 scw tree. It contains executables which are built in the "src/domestic" portion
120 1.1 scw of the NetBSD source tree. It can only be found on those sites which carry
121 1.1 scw the complete NetBSD distribution and that can legally obtain it. (Remember,
122 1.1 scw because of United States law, it may not be legal to distribute this set to
123 1.1 scw locations outside of the United States and Canada.)
124 1.1 scw [ 128K gzipped, 275K uncompressed ]
125 1.2 scw
126 1.2 scw .../mvme68k/kernel/
127 1.2 scw
128 1.2 scw The mvme68k kernel directory contains a gzip'ed VME147 specific kernel
129 1.2 scw image. This should be used when upgrading from a previous version of
130 1.2 scw NetBSD. Before starting the upgrade, you should unzip and copy this
131 1.2 scw kernel in place of your existing /netbsd image, then reboot.
132 1.1 scw
133 1.1 scw The mvme68k binary distribution sets are distributed as gzipped tar files.
134 1.1 scw Each mvme68k binary distribution set also has its own "CKSUMS" file, just
135 1.1 scw as the source distribution sets do.
136 1.1 scw
137 1.1 scw The instructions given for extracting the source sets work equally
138 1.1 scw well for the binary sets, but it is worth noting that if you use that
139 1.1 scw method, the files are extracted "below" the current directory. That
140 1.1 scw is, if you want to extract the binaries "into" your system, i.e.
141 1.1 scw replace the system binaries with them, you have to run the command:
142 1.1 scw
143 1.1 scw tar --unlink -zxvpf set.tar.gz
144 1.1 scw
145 1.1 scw from /. Note that the "--unlink" flag is very important!
146 1.1 scw
147 1.1 scw For best results, it is recommended that you follow the installation
148 1.1 scw and/or upgrade procedures documented in this file.
149