Home | History | Annotate | Line # | Download | only in i386
contents revision 1.5
      1  1.4    jtc The i386-specific portion of the NetBSD 1.2 release is found in the
      2  1.1    cgd "i386" subdirectory of the distribution.  That subdirectory is laid
      3  1.1    cgd out as follows:
      4  1.1    cgd 
      5  1.4    jtc .../NetBSD-1.2/i386/
      6  1.2    cgd 			INSTALL		Installation notes; this file.
      7  1.2    cgd 
      8  1.1    cgd 			binary/		i386 binary distribution sets;
      9  1.1    cgd 					see below.
     10  1.1    cgd 
     11  1.1    cgd 			floppies/	i386 boot and installation
     12  1.1    cgd 					floppies; see below.
     13  1.1    cgd 
     14  1.1    cgd 			security/	i386 security distribution;
     15  1.1    cgd 					see below;
     16  1.1    cgd 
     17  1.1    cgd 			utils/		Miscellaneous i386
     18  1.1    cgd 					installation utilities; see
     19  1.1    cgd 					installation section, below.
     20  1.1    cgd 
     21  1.1    cgd There are four i386 floppy images to be found in the "i386/floppy"
     22  1.5  perry subdirectory of the NetBSD 1.2 distribution. All are bootable.  Two of
     23  1.5  perry them are installation floppies, two are upgrade floppies.  They are
     24  1.5  perry all described in more detail below.  There are gzipped versions of
     25  1.5  perry each available, for easier downloading.  (The gzipped versions have
     26  1.5  perry the ".gz" extension added to their names.)
     27  1.5  perry 
     28  1.5  perry Bootable installation floppies:
     29  1.5  perry 
     30  1.5  perry 	These disks are bootable, and contain the software necessary
     31  1.5  perry 	to prepare your hard drive for NetBSD and install the NetBSD
     32  1.5  perry 	distribution.
     33  1.5  perry 
     34  1.5  perry         Unlike previous NetBSD releases, there is no seperate "kernel
     35  1.5  perry         copy" floppy. Instead, the install floppy contains only a
     36  1.5  perry         special compressed kernel with a built in ramdisk image of the
     37  1.5  perry         installation file system.
     38  1.5  perry 
     39  1.5  perry         Because the kernel on the installation disks is not suitable
     40  1.5  perry         for use beyond initial installation and configuration, a
     41  1.5  perry         "generic" kernel, named "GENERIC.gz", has been placed in the
     42  1.5  perry         binaries directory. This kernel is intended to run your system
     43  1.5  perry         while you build a custom kernel. It is strongly encouraged
     44  1.5  perry         that you build a custom kernel for your installation rather
     45  1.5  perry         than use the prebuilt generic kernel on a long term basis.
     46  1.5  perry 
     47  1.5  perry         Please note that because of space considerations the kernels
     48  1.5  perry         booted from the installation floppies do not contain drivers
     49  1.5  perry         that are not needed during installation -- in particular, no
     50  1.5  perry         drivers needed to run the X Window System are available in
     51  1.5  perry         these kernels.
     52  1.5  perry 
     53  1.5  perry         The "inst12D.fs" floppy is the installation floppy that should
     54  1.5  perry         be used by most users. The "insts12D.fs" "small install"
     55  1.5  perry         floppy contains a "small" installation kernel lacking some
     56  1.5  perry         space intensive and lesser used drivers, especially the driver
     57  1.5  perry         for the Western Digital WD7000 SCSI controller. The "small
     58  1.5  perry         install" floppies are suitable for use on machines with four
     59  1.5  perry         megabytes of memory, which will not boot the "inst12D.fs"
     60  1.5  perry         floppy. If you have more than four megabytes of memory, you
     61  1.5  perry         will probably be better off with the "inst12D.fs" floppy.
     62  1.5  perry 
     63  1.5  perry Bootable upgrade floppies:
     64  1.5  perry 
     65  1.5  perry         These disks contains the software to be used in upgrading the
     66  1.5  perry         system from a previous version of NetBSD.  They are bootable,
     67  1.5  perry         and are otherwise nearly identical in description to the
     68  1.5  perry         installation floppies described above.
     69  1.5  perry 
     70  1.1    cgd 
     71  1.1    cgd The NetBSD/i386 binary distribution sets contain the binaries which
     72  1.4    jtc comprise the NetBSD 1.2 release for the i386.  There are seven binary
     73  1.5  perry distribution sets, the "security" distribution set, and a GENERIC
     74  1.5  perry kernel.  The binary distribution sets can be found in subdirectories
     75  1.5  perry of the "i386/binary" subdirectory of the NetBSD 1.2 distribution tree,
     76  1.5  perry and are as follows:
     77  1.5  perry 
     78  1.5  perry 	Kernels	This set contains a NetBSD/i386 1.2D GENERIC kernel,
     79  1.5  perry 		named "GENERIC", which must be copied to the hard
     80  1.5  perry 		drive as /netbsd during installation.
     81  1.5  perry 		[ .8M gzipped, 1.7M uncompressed ]
     82  1.1    cgd 
     83  1.4    jtc 	base12	The NetBSD/i386 1.2 base binary distribution.  You
     84  1.1    cgd 		MUST install this distribution set.  It contains the
     85  1.1    cgd 		base NetBSD utilities that are necessary for the
     86  1.1    cgd 		system to run and be minimally functional.  It
     87  1.1    cgd 		includes shared library support, and excludes
     88  1.1    cgd 		everything described below.
     89  1.3    jtc 		[ 7.5M gzipped, 19.5M uncompressed ]
     90  1.1    cgd 
     91  1.4    jtc 	comp12	The NetBSD/i386 Compiler tools.  All of the tools
     92  1.1    cgd 		relating to C, C++, and FORTRAN (yes, there are two!).
     93  1.1    cgd 		This set includes the system include files
     94  1.1    cgd 		(/usr/include), the linker, the compiler tool chain,
     95  1.1    cgd 		and the various system libraries (except the shared
     96  1.1    cgd 		libraries, which are included as part of the base
     97  1.1    cgd 		set).  This set also includes the manual pages for all
     98  1.1    cgd 		of the utilities it contains, as well as the system
     99  1.1    cgd 		call and library manual pages.
    100  1.3    jtc 		[ 4.9M gzipped, 15.0M uncompressed ]
    101  1.1    cgd 
    102  1.4    jtc 	etc12	This distribution set contains the system
    103  1.1    cgd 		configuration files that reside in /etc and in several
    104  1.1    cgd 		other places.  This set MUST be installed if you are
    105  1.1    cgd 		installing the system from scratch, but should NOT be
    106  1.1    cgd 		used if you are upgrading.  (If you are upgrading,
    107  1.1    cgd 		it's recommended that you get a copy of this set and
    108  1.1    cgd 		CAREFULLY upgrade your configuration files by hand.)
    109  1.3    jtc 		[ 63K gzipped, 338K uncompressed ]
    110  1.1    cgd 
    111  1.4    jtc 	games12	This set includes the games and their manual pages.
    112  1.3    jtc 		[ 2.8M gzipped, 6.9M uncompressed ]
    113  1.1    cgd 
    114  1.4    jtc 	man12	This set includes all of the manual pages for the
    115  1.1    cgd 		binaries and other software contained in the base set.
    116  1.1    cgd 		Note that it does not include any of the manual pages
    117  1.1    cgd 		that are included in the other sets.
    118  1.3    jtc 		[ 0.8M gzipped, 3.4M uncompressed ]
    119  1.1    cgd 
    120  1.4    jtc 	misc12	This set includes the system dictionaries (which are
    121  1.1    cgd 		rather large), the typesettable document set, and
    122  1.1    cgd 		man pages for other architectures which happen to be
    123  1.1    cgd 		installed from the source tree by default.
    124  1.3    jtc 		[ 1.9M gzipped, 6.6M uncompressed ]
    125  1.1    cgd 
    126  1.4    jtc 	text12	This set includes NetBSD's text processing tools,
    127  1.1    cgd 		including groff, all related programs, and their
    128  1.1    cgd 		manual pages.
    129  1.3    jtc 		[ 0.8M gzipped, 2.9M uncompressed ]
    130  1.1    cgd 
    131  1.5  perry 
    132  1.4    jtc The i386 security distribution set is named "secr12" and can be found
    133  1.4    jtc in the "i386/security" subdirectory of the NetBSD 1.2 distribution
    134  1.1    cgd tree.  It contains crypt.c (the source file for the DES encryption
    135  1.3    jtc algorithm) and the binaries which depend on it, as well as the "bdes"
    136  1.3    jtc DES encryption program.  You do not need this distribution set to use
    137  1.4    jtc encrypted passwords in your password file; the "base12" distribution
    138  1.3    jtc includes a crypt library which can perform only the decryption function.
    139  1.4    jtc The security distribution also includes a version of the Kerberos IV
    140  1.5  perry network security system, and a Kerberized version of the "telnet" program.
    141  1.4    jtc The "secr12" distribution set can be found only on those sites which
    142  1.3    jtc carry the complete NetBSD distribution and which can legally obtain it.
    143  1.3    jtc (Remember, because of United States law, this distribution set may not be
    144  1.3    jtc exported to locations outside of the United States and Canada.)
    145  1.3    jtc 	[ 154K gzipped, 358K uncompressed ]
    146  1.1    cgd 
    147  1.1    cgd The i386 binary distribution sets are distributed in the same form as
    148  1.1    cgd the source distribution sets; catted together, the members of a set
    149  1.1    cgd form a gzipped tar file.  Each i386 binary distribution set also has
    150  1.1    cgd its own "CKSUMS" file, just as the source distribution sets do.
    151  1.1    cgd 
    152  1.1    cgd The instructions given for extracting the source sets work equally
    153  1.1    cgd well for the binary sets, but it is worth noting that if you use that
    154  1.1    cgd method, the files are extracted "below" the current directory.  That
    155  1.1    cgd is, if you want to extract the binaries "into" your system, i.e.
    156  1.1    cgd replace the system binaries with them, you have to run the "tar xfp"
    157  1.1    cgd from /.  Also note that if you upgrade or install this way, those
    158  1.1    cgd programs that you are using at the time will NOT be replaced.  If you
    159  1.1    cgd follow the normal installation or upgrade procedures, this will be
    160  1.1    cgd taken care of for you.
    161