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