Home | History | Annotate | Line # | Download | only in amiga
contents revision 1.9
      1  1.7  mhitch The Amiga-specific portion of the NetBSD _VER release is found in the
      2  1.7  mhitch "amiga" subdirectory of the distribution.  That subdirectory is laid
      3  1.1  chopps out as follows:
      4  1.1  chopps 
      5  1.7  mhitch .../NetBSD-_VER/amiga/
      6  1.8   veego 	INSTALL			Installation notes; this file.
      7  1.8   veego 
      8  1.8   veego 	binary/
      9  1.9  chopps 		kernel/		The GENERIC kernel.
     10  1.9  chopps 
     11  1.8   veego 		sets/		Amiga binary distribution sets;
     12  1.8   veego 				see below.
     13  1.1  chopps 
     14  1.9  chopps 			Split/	.tgz files split for loading onto
     15  1.9  chopps 				floppies.
     16  1.9  chopps 
     17  1.8   veego 		security/	Amiga security distribution;
     18  1.8   veego 				see below;
     19  1.8   veego 
     20  1.8   veego 	installation/
     21  1.9  chopps 		miniroot/	Amiga miniroot file system
     22  1.9  chopps 				image; see below.
     23  1.1  chopps 
     24  1.9  chopps 		misc/		Miscellaneous Amiga
     25  1.9  chopps 				installation utilities; see
     26  1.9  chopps 				installation section, below.
     27  1.1  chopps 
     28  1.7  mhitch The Amiga now uses a single miniroot filesystem for both an initial
     29  1.7  mhitch installation and for an upgrade.  A gzipped version is available, for easier
     30  1.3  chopps downloading.  (The gzipped version have the ".gz" extension added to
     31  1.3  chopps their names.)
     32  1.1  chopps 
     33  1.7  mhitch Miniroot file system:
     34  1.1  chopps 
     35  1.8   veego 	This file contains a BSD root file system setup to help you
     36  1.8   veego 	install the rest of NetBSD or to upgrade a previous version of
     37  1.8   veego 	NetBSD.  This includes formatting and mounting your root and
     38  1.8   veego 	/usr partitions and getting ready to extract (and possibly first
     39  1.8   veego 	fetching) the distribution sets.  There is enough on this file
     40  1.8   veego 	system to allow you to make a SLIP or PPP connection, configure
     41  1.8   veego 	an Ethernet, mount an NFS file system or ftp.  You can also load
     42  1.8   veego 	distribution sets from a SCSI tape or from one of your existing
     43  1.8   veego 	AmigaDOS partitions.
     44  1.3  chopps 
     45  1.8   veego 	This file is named "miniroot.fs".
     46  1.1  chopps 
     47  1.5  chopps The NetBSD/Amiga binary distribution sets contain the binaries which
     48  1.9  chopps comprise the NetBSD _VER release for the Amiga.  There are seven standard
     49  1.9  chopps binary distribution sets, 5 X11 distribution sets, and the "security"
     50  1.9  chopps distribution set.  The standard and X11 binary distribution sets can be
     51  1.9  chopps found in the "amiga/binary/sets" subdirectory of the NetBSD _VER
     52  1.9  chopps distribution tree, and are as follows:
     53  1.1  chopps 
     54  1.8   veego 	base	The NetBSD/Amiga _VER base binary distribution.  You
     55  1.1  chopps 		MUST install this distribution set.  It contains the
     56  1.1  chopps 		base NetBSD utilities that are necessary for the
     57  1.1  chopps 		system to run and be minimally functional.  It
     58  1.1  chopps 		includes shared library support, and excludes
     59  1.1  chopps 		everything described below.
     60  1.8   veego 		[ 8.7M gzipped, 25.2M uncompressed ]
     61  1.1  chopps 
     62  1.8   veego 	comp	The NetBSD/Amiga Compiler tools.  All of the tools
     63  1.1  chopps 		relating to C, C++, and FORTRAN (yes, there are two!).
     64  1.1  chopps 		This set includes the system include files
     65  1.1  chopps 		(/usr/include), the linker, the compiler tool chain,
     66  1.1  chopps 		and the various system libraries (except the shared
     67  1.1  chopps 		libraries, which are included as part of the base
     68  1.1  chopps 		set).  This set also includes the manual pages for all
     69  1.1  chopps 		of the utilities it contains, as well as the system
     70  1.1  chopps 		call and library manual pages.
     71  1.8   veego 		[ 6.5M gzipped, 22.9M uncompressed ]
     72  1.1  chopps 
     73  1.8   veego 	etc	This distribution set contains the system
     74  1.1  chopps 		configuration files that reside in /etc and in several
     75  1.1  chopps 		other places.  This set MUST be installed if you are
     76  1.1  chopps 		installing the system from scratch, but should NOT be
     77  1.1  chopps 		used if you are upgrading.  (If you are upgrading,
     78  1.1  chopps 		it's recommended that you get a copy of this set and
     79  1.1  chopps 		CAREFULLY upgrade your configuration files by hand.)
     80  1.8   veego 		[ 52K gzipped, 320K uncompressed ]
     81  1.1  chopps 
     82  1.8   veego 	games	This set includes the games and their manual pages.
     83  1.8   veego 		[ 2.8M gzipped, 7.2M uncompressed ]
     84  1.1  chopps 
     85  1.8   veego 	man	This set includes all of the manual pages for the
     86  1.1  chopps 		binaries and other software contained in the base set.
     87  1.1  chopps 		Note that it does not include any of the manual pages
     88  1.1  chopps 		that are included in the other sets.
     89  1.8   veego 		[ 2.4M gzipped, 10.0M uncompressed ]
     90  1.1  chopps 
     91  1.8   veego 	misc	This set includes the system dictionaries (which are
     92  1.1  chopps 		rather large), the typesettable document set, and
     93  1.1  chopps 		man pages for other architectures which happen to be
     94  1.1  chopps 		installed from the source tree by default.
     95  1.8   veego 		[ 2.1M gzipped, 8.1M uncompressed ]
     96  1.1  chopps 
     97  1.8   veego 	text	This set includes NetBSD's text processing tools,
     98  1.1  chopps 		including groff, all related programs, and their
     99  1.1  chopps 		manual pages.
    100  1.8   veego 		[ 960K gzipped, 3.7M uncompressed ]
    101  1.1  chopps 
    102  1.9  chopps 	xbase	The basic files needed for a complete X
    103  1.9  chopps 		client environment. This does not include
    104  1.9  chopps 		the X servers.
    105  1.9  chopps 		[ 2.4M gzipped, 7.4M uncompressed ]
    106  1.9  chopps 
    107  1.9  chopps 	xcomp	The extra libraries and include files needed
    108  1.9  chopps 		to compile X source code.
    109  1.9  chopps 		[ 1.6M gzipped, 6.7M uncompressed ]
    110  1.9  chopps 
    111  1.9  chopps 	xcontrib	Programs that were contributed to X.
    112  1.9  chopps 		[ 178k gzipped, 670k uncompressed ]
    113  1.9  chopps 
    114  1.9  chopps 	xfont	Fonts needed by X.
    115  1.9  chopps 		[ 5.7M gzipped, 7M uncompressed ]
    116  1.9  chopps 
    117  1.9  chopps 	xserver	Amiga X servers.
    118  1.9  chopps 		[ 1.5M gzipped, 3.7M unzipped ]
    119  1.9  chopps 
    120  1.9  chopps The Amiga security distribution set is named "secr" and can be found in
    121  1.9  chopps the "amiga/binary/security" subdirectory of the NetBSD _VER
    122  1.9  chopps distribution tree.  It contains security related binaries which depend
    123  1.9  chopps on cryptographic source code. You do not need this distribution set to
    124  1.9  chopps use encrypted passwords in your password file; the "base" distribution
    125  1.9  chopps includes a crypt library which can perform only the decryption
    126  1.9  chopps function.  The security distribution includes a version of the
    127  1.9  chopps Kerberos IV network security system, and a Kerberized version of the
    128  1.9  chopps "telnet" program.  The "secr" distribution set can be found only on
    129  1.9  chopps those sites which carry the complete NetBSD distribution and which can
    130  1.9  chopps legally obtain it.  (Remember, because of United States law, it may
    131  1.9  chopps not be legal to distribute this set to locations outside of the United
    132  1.9  chopps States and Canada.)
    133  1.9  chopps 	[ 798K gzipped, 2.4M uncompressed ]
    134  1.9  chopps 
    135  1.9  chopps The Amiga binary distribution sets are distributed as gzipped tar files
    136  1.9  chopps named with the extension ".tgz", e.g. "base.tgz". They are also
    137  1.9  chopps available in split form -- catted together, the members of a split set
    138  1.5  chopps form a gzipped tar file.  Each Amiga binary distribution set also has
    139  1.9  chopps its own checksum files, just as the source distribution sets do.
    140  1.1  chopps 
    141  1.1  chopps The instructions given for extracting the source sets work equally
    142  1.1  chopps well for the binary sets, but it is worth noting that if you use that
    143  1.1  chopps method, the files are extracted "below" the current directory.  That
    144  1.1  chopps is, if you want to extract the binaries "into" your system, i.e.
    145  1.9  chopps replace the system binaries with them, you have to run the "tar xfp"
    146  1.1  chopps from /.  Also note that if you upgrade or install this way, those
    147  1.9  chopps programs that you are using at the time will NOT be replaced unless
    148  1.9  chopps you run "tar" with the "--unlink" option.  If you follow the normal
    149  1.9  chopps installation or upgrade procedures, this will be taken care of for
    150  1.9  chopps you.
    151