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