Home | History | Annotate | Line # | Download | only in mvme68k
contents revision 1.3
      1  1.3  perry 	$NetBSD: contents,v 1.3 1998/01/09 18:46:48 perry Exp $	
      2  1.3  perry 
      3  1.1    scw The mvme68k-specific portion of the NetBSD _VER release is found in the
      4  1.1    scw "mvme68k" subdirectory of the distribution.  That subdirectory is laid
      5  1.1    scw out as follows:
      6  1.1    scw 
      7  1.1    scw .../NetBSD-_VER/mvme68k/
      8  1.2    scw                         INSTALL         Installation notes; this file.
      9  1.1    scw 
     10  1.2    scw                         installation/   Boot programs, a stand-alone
     11  1.2    scw                                         RAMDISK kernel, and a miniroot
     12  1.2    scw                                         filesystem image. see below.
     13  1.1    scw 
     14  1.1    scw                         binary/         mvme68k binary distribution sets;
     15  1.1    scw                                         see below.
     16  1.1    scw 
     17  1.1    scw                         security/       mvme68k security distribution;
     18  1.1    scw                                         see below.
     19  1.1    scw 
     20  1.2    scw .../mvme68k/installation/
     21  1.2    scw                         miniroot/       The miniroot filesystem image.
     22  1.2    scw 
     23  1.2    scw 						netboot/		Two programs needed to boot a
     24  1.2    scw 										VME147 kernel over the network.
     25  1.2    scw 
     26  1.2    scw 						tapeimage/      Tape boot programs, and a RAMDISK
     27  1.2    scw 									    kernel.
     28  1.1    scw 
     29  1.1    scw The NetBSD/mvme68k install distribution contains files that can be
     30  1.1    scw used to install NetBSD onto a completely "bare" VME147.  The files
     31  1.2    scw in the "mvme68k/installation/*" directories are described below:
     32  1.1    scw 
     33  1.1    scw         miniroot.gz     A gzipped copy of the miniroot filesystem.
     34  1.1    scw                         This image is to be un-gzipped and copied
     35  1.1    scw                         into the swap area of a disk.
     36  1.1    scw 
     37  1.1    scw         netbsd-rd.gz    A gzipped copy of the "RAMDISK kernel"
     38  1.1    scw                         for installing the miniroot filesystem.
     39  1.1    scw 
     40  1.1    scw         stboot          A tape boot-block, in the form required to
     41  1.1    scw                         allow 147-Bug to boot from tape. This is the
     42  1.1    scw                         first segment of a boot tape.
     43  1.1    scw 
     44  1.1    scw         bootst          A copy of the tape boot program, used
     45  1.1    scw                         as the second segment of a boot tape.
     46  1.1    scw 
     47  1.1    scw         sboot           A copy of the serial boot program. This is
     48  1.1    scw                         necessary if you don't have a tape drive,
     49  1.1    scw                         but you _do_ have another system which can
     50  1.1    scw                         act as a boot and NFS server. This is also
     51  1.1    scw                         useful if you are installing a diskless
     52  1.1    scw                         NetBSD/mvme68k system.
     53  1.1    scw 
     54  1.1    scw         netboot         A copy of the network boot program. Used
     55  1.1    scw                         in conjunction with sboot to get your system
     56  1.1    scw                         booted over a network.
     57  1.1    scw 
     58  1.1    scw These files can be used to make a boot tape suitable for installing
     59  1.1    scw NetBSD/mvme68k. These files can also be used to configure an NFS server
     60  1.1    scw to support installation "over the network".  See the section "Getting
     61  1.1    scw the NetBSD System onto Useful Media" for instructions on either method.
     62  1.1    scw 
     63  1.2    scw .../mvme68k/binary/sets
     64  1.1    scw 
     65  1.1    scw The NetBSD/mvme68k binary distribution sets contain the binaries which
     66  1.1    scw comprise the NetBSD _VER release for the VME147. There are seven binary
     67  1.1    scw distribution sets, and the "security" distribution set. The binary
     68  1.1    scw distribution sets are as follows:
     69  1.1    scw 
     70  1.1    scw         base    The NetBSD/mvme68k _VER base binary distribution. You
     71  1.1    scw                 MUST install this distribution set. It contains the
     72  1.1    scw                 base NetBSD utilities that are necessary for the
     73  1.1    scw                 system to run and be minimally functional. It includes
     74  1.1    scw                 shared library support, and excludes everything
     75  1.1    scw                 described below.
     76  1.1    scw                 [ 9.2M gzipped, 26.5M uncompressed ]
     77  1.1    scw 
     78  1.1    scw         comp    The NetBSD/mvme68k Compiler tools. All of the tools
     79  1.1    scw                 relating to C and C++. This set includes the system
     80  1.1    scw                 include files (/usr/include), the linker, the compiler
     81  1.1    scw                 tool chain, and the various system libraries (except
     82  1.1    scw                 the shared libraries, which are included as part of the
     83  1.1    scw                 base set). This set also includes the manual pages for
     84  1.1    scw                 all of the utilities it contains, as well as the system
     85  1.1    scw                 call and library manual pages.
     86  1.1    scw                 [ 6.9M gzipped, 24.1M uncompressed ]
     87  1.1    scw 
     88  1.1    scw         etc     This distribution set contains the system configuration
     89  1.1    scw                 files that reside in /etc and in several other places.
     90  1.1    scw                 This set MUST be installed if you are installing the
     91  1.1    scw                 system from scratch, but should NOT be used if you are
     92  1.1    scw                 upgrading. (If you are upgrading, it's recommended that
     93  1.1    scw                 you get a copy of this set and CAREFULLY upgrade your
     94  1.1    scw                 configuration files by hand.)
     95  1.1    scw                 [ 53K gzipped, 327K uncompressed ]
     96  1.1    scw 
     97  1.1    scw         games   This set includes the games and their manual pages.
     98  1.1    scw                 [ 2.9M gzipped, 7.5M uncompressed ]
     99  1.1    scw 
    100  1.1    scw         man     This set includes all of the manual pages for the
    101  1.1    scw                 binaries and other software contained in the base set.
    102  1.1    scw                 Note that it does not include any of the manual pages
    103  1.1    scw                 that are included in the other sets.
    104  1.1    scw                 [ 2.5K gzipped, 10.3M uncompressed ]
    105  1.1    scw 
    106  1.1    scw         misc    This set includes the system dictionaries (which are
    107  1.1    scw                 rather large), the typesettable document set, and
    108  1.1    scw                 man pages for other architectures which happen to be
    109  1.1    scw                 installed from the source tree by default.
    110  1.1    scw                 [ 2.3M gzipped, 8.7M uncompressed ]
    111  1.1    scw 
    112  1.1    scw         text    This set includes NetBSD's text processing tools,
    113  1.1    scw                 including groff, all related programs, and their
    114  1.1    scw                 manual pages.
    115  1.1    scw                 [ 1.0M gzipped, 3.9M uncompressed ]
    116  1.1    scw 
    117  1.1    scw .../mvme68k/security/
    118  1.1    scw 
    119  1.1    scw The mvme68k security distribution set is named "secr" and can be found
    120  1.1    scw in the "mvme68k/security" subdirectory of the NetBSD _VER distribution
    121  1.1    scw tree. It contains executables which are built in the "src/domestic" portion
    122  1.1    scw of the NetBSD source tree. It can only be found on those sites which carry
    123  1.1    scw the complete NetBSD distribution and that can legally obtain it. (Remember,
    124  1.1    scw because of United States law, it may not be legal to distribute this set to
    125  1.1    scw locations outside of the United States and Canada.)
    126  1.1    scw [ 128K gzipped, 275K uncompressed ]
    127  1.2    scw 
    128  1.2    scw .../mvme68k/kernel/
    129  1.2    scw 
    130  1.2    scw The mvme68k kernel directory contains a gzip'ed VME147 specific kernel
    131  1.2    scw image. This should be used when upgrading from a previous version of
    132  1.2    scw NetBSD. Before starting the upgrade, you should unzip and copy this
    133  1.2    scw kernel in place of your existing /netbsd image, then reboot.
    134  1.1    scw 
    135  1.1    scw The mvme68k binary distribution sets are distributed as gzipped tar files.
    136  1.1    scw Each mvme68k binary distribution set also has its own "CKSUMS" file, just
    137  1.1    scw as the source distribution sets do.
    138  1.1    scw 
    139  1.1    scw The instructions given for extracting the source sets work equally
    140  1.1    scw well for the binary sets, but it is worth noting that if you use that
    141  1.1    scw method, the files are extracted "below" the current directory.  That
    142  1.1    scw is, if you want to extract the binaries "into" your system, i.e.
    143  1.1    scw replace the system binaries with them, you have to run the command:
    144  1.1    scw 
    145  1.1    scw         tar --unlink -zxvpf set.tar.gz
    146  1.1    scw 
    147  1.1    scw from /.   Note that the "--unlink" flag is very important!
    148  1.1    scw 
    149  1.1    scw For best results, it is recommended that you follow the installation
    150  1.1    scw and/or upgrade procedures documented in this file.
    151