diff options
Diffstat (limited to 'distrib/notes/sparc/contents')
-rw-r--r-- | distrib/notes/sparc/contents | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/distrib/notes/sparc/contents b/distrib/notes/sparc/contents index 15fe98d534b..422505ebdea 100644 --- a/distrib/notes/sparc/contents +++ b/distrib/notes/sparc/contents @@ -1,8 +1,8 @@ -The sparc-specific portion of the OpenBSD 2.0 release is found in the +The sparc-specific portion of the OpenBSD 2.1 release is found in the "sparc" subdirectory of the distribution. That subdirectory is laid out as follows: -.../2.0/sparc/ +.../2.1/sparc/ INSTALL.sparc this document bins/ sparc binary distribution sets; see below. @@ -10,12 +10,12 @@ out as follows: and installation script. The OpenBSD/sparc binary distribution sets contain the binaries which -comprise the OpenBSD 2.0 release for the sparc. There are seven binary +comprise the OpenBSD 2.1 release for the sparc. There are seven binary distribution sets, and the "security" distribution set. The binary distribution sets can be found in subdirectories of the "sparc/bins" -subdirectory of the OpenBSD 2.0 distribution tree, and are as follows: +subdirectory of the OpenBSD 2.1 distribution tree, and are as follows: - base20 The OpenBSD/sparc 2.0 base binary distribution. You + base21 The OpenBSD/sparc 2.1 base binary distribution. You MUST install this distribution set. It contains the base OpenBSD utilities that are necessary for the system to run and be minimally functional. It @@ -23,7 +23,7 @@ subdirectory of the OpenBSD 2.0 distribution tree, and are as follows: everything described below. [ 13.1M gzipped, 41.7M uncompressed ] - comp20 The OpenBSD/sparc Compiler tools. All of the tools + comp21 The OpenBSD/sparc Compiler tools. All of the tools relating to C, C++, and FORTRAN. This set includes the system include files (/usr/include), the linker, the compiler tool chain, @@ -34,7 +34,7 @@ subdirectory of the OpenBSD 2.0 distribution tree, and are as follows: call and library manual pages. [ 8.7M gzipped, 28.8M uncompressed ] - etc20 This distribution set contains the system + etc21 This distribution set contains the system configuration files that reside in /etc and in several other places. This set MUST be installed if you are installing the system from scratch, but should NOT be @@ -43,37 +43,26 @@ subdirectory of the OpenBSD 2.0 distribution tree, and are as follows: CAREFULLY upgrade your configuration files by hand.) [ 95K gzipped, 460K uncompressed ] - game20 This set includes the games and their manual pages. + game21 This set includes the games and their manual pages. [ 2.9M gzipped, 7.3M uncompressed ] - man20 This set includes all of the manual pages for the + man21 This set includes all of the manual pages for the binaries and other software contained in the base set. Note that it does not include any of the manual pages that are included in the other sets. [ 2.5M gzipped, 9.4M uncompressed ] - misc20 This set includes the system dictionaries (which are + misc21 This set includes the system dictionaries (which are rather large), the typesettable document set, and man pages for other architectures which happen to be installed from the source tree by default. [ 1.8M gzipped, 6.2M uncompressed ] - text20 This set includes OpenBSD's text processing tools, + text21 This set includes OpenBSD's text processing tools, including groff, all related programs, and their manual pages. [ 1.0M gzipped, 3.9M uncompressed ] -The sparc binary distribution sets are distributed in the same form as -the source distribution sets; catted together, the members of a set -form a gzipped tar file. Each sparc binary distribution set also has -its own "CKSUMS" file, just as the source distribution sets do. The -binary sets are "rooted" at /, that is, if you want to extract the -binaries "into" your system, i.e. replace the system binaries with -them, you have to run the "tar xfp" from /. Also note that if you -upgrade or install this way, those programs that you are using at the -time will NOT be replaced. If you follow the normal installation or -upgrade procedures, this will be taken care of for you. - The "sparc/install" directory contains an install script, and two GENERIC kernels. As well, the distribution cannot be extracted using the SunOS "tar" program so SunOS statically-linked versions of gzip |