contents revision 1.12
1	$NetBSD: contents,v 1.12 1998/01/09 18:47:19 perry Exp $	
2
3The sparc-specific portion of the NetBSD _VER release is found in the
4"sparc" subdirectory of the distribution.  That subdirectory is laid
5out as follows:
6
7.../NetBSD-_VER/sparc/
8
9	INSTALL			Installation notes (this file);
10
11	binary/
12		sets/		sparc binary distribution sets;
13				see below;
14
15		security/	sparc security distribution;
16				see below;
17
18		kernel/		Base GENERIC kernels;
19
20	installation/
21
22		miniroot/	sparc miniroot boot-image;
23
24
25		netboot/	server boot-file image for diskless
26				machines.
27
28
29The NetBSD/sparc binary distribution sets contain the binaries which
30comprise the NetBSD _VER release for the sparc.  There are seven binary
31distribution sets, and the "security" distribution set.  The binary
32distribution sets can be found in subdirectories of the "sparc/binary"
33subdirectory of the NetBSD _VER distribution tree, and are as follows:
34
35	base	The NetBSD/sparc _VER base binary distribution.  You
36		MUST install this distribution set.  It contains the
37		base NetBSD utilities that are necessary for the
38		system to run and be minimally functional.  It
39		includes shared library support, and excludes
40		everything described below.
41		[ 10.4M gzipped, 31.3M uncompressed ]
42
43	comp	The NetBSD/sparc Compiler tools.  All of the tools
44		relating to C, C++, and FORTRAN (yes, there are two!).
45		This set includes the system include files
46		(/usr/include), the linker, the compiler tool chain,
47		and the various system libraries (except the shared
48		libraries, which are included as part of the base
49		set).  This set also includes the manual pages for all
50		of the utilities it contains, as well as the system
51		call and library manual pages.
52		[ 7.9M gzipped, 28.0M uncompressed ]
53
54	etc	This distribution set contains the system
55		configuration files that reside in /etc and in several
56		other places.  This set MUST be installed if you are
57		installing the system from scratch, but should NOT be
58		used if you are upgrading.  (If you are upgrading,
59		it's recommended that you get a copy of this set and
60		CAREFULLY upgrade your configuration files by hand.)
61		[ 57K gzipped, 348K uncompressed ]
62
63	games	This set includes the games and their manual pages.
64		[ 3.1M gzipped, 7.8M uncompressed ]
65
66	man	This set includes all of the manual pages for the
67		binaries and other software contained in the base set.
68		Note that it does not include any of the manual pages
69		that are included in the other sets.
70		[ 2.5M gzipped, 10.4M uncompressed ]
71
72	misc	This set includes the system dictionaries (which are
73		rather large), the typesettable document set, and
74		man pages for other architectures which happen to be
75		installed from the source tree by default.
76		[ 2.2M gzipped, 8.6M uncompressed ]
77
78	text	This set includes NetBSD's text processing tools,
79		including groff, all related programs, and their
80		manual pages.
81		[ 1.0M gzipped, 4.0M uncompressed ]
82
83	xbase	This set includes X11R6.3 programs, libraries and manual
84		pages.
85		[ 2.8M gzipped, 8.8M uncompressed ]
86
87	xcomp	This set includes X11R6.3 header files, static libraries
88		and manual pages needed to compile X Windows programs.
89		[ 1.8M gzipped, 7.7M uncompressed ]
90
91	xcontrib This set is the X11R6.3 contributed software collection,
92		made up from programs in the contrib distribution.
93		[ 0.2M gzipped, 0.7M uncompressed ]
94
95	xfont	This set contains the X11R6.3 fonts.
96		[ 5.9M gzipped, 7.3M uncompressed ]
97
98	xserver	This set contains X Windows server programs and accompanying
99		manual pages.
100		[ 3.3M gzipped, 8.7M uncompressed ]
101
102
103The sparc security distribution set is named "secr" and can be found
104in the "sparc/security" subdirectory of the NetBSD _VER distribution
105tree.  It contains crypt.c (the source file for the DES encryption
106algorithm) and the binaries which depend on it.  It can only be found
107on those sites which carry the complete NetBSD distribution and that
108can legally obtain it.  (Remember, because of United States law, it
109may not be legal to distribute this set to locations outside of the
110United States and Canada.)  [ 127K gzipped, 337K uncompressed ]
111
112The sparc binary distribution sets are distributed in the same form as
113the source distribution sets; catted together, the members of a set
114form a gzipped tar file.  Each sparc binary distribution set also has
115its own "CKSUMS" file, just as the source distribution sets do.  The
116binary sets are "rooted" at /, that is, if you want to extract the
117binaries "into" your system, i.e.  replace the system binaries with
118them, you have to run the "tar xfp" from /.  Also note that if you
119upgrade or install this way, those programs that you are using at the
120time will NOT be replaced.  If you follow the normal installation or
121upgrade procedures, this will be taken care of for you.
122
123Note the distribution cannot be extracted using the SunOS "tar" program so
124SunOS statically-linked versions of gzip (GNU gzip) and gtar (GNU tar)
125are provided in `sparc/installation/misc'.
126