contents revision 1.7 1 [ XXX file sizes need to be upgraded in this section ]
2
3 The Amiga-specific portion of the NetBSD _VER release is found in the
4 "amiga" subdirectory of the distribution. That subdirectory is laid
5 out as follows:
6
7 .../NetBSD-_VER/amiga/
8 binary/ Amiga binary distribution sets;
9 see below.
10
11 miniroot/ Amiga miniroot file system
12 image; see below.
13
14 security/ Amiga security distribution;
15 see below;
16
17 utils/ Miscellaneous Amiga
18 installation utilities; see
19 installation section, below.
20
21 The Amiga now uses a single miniroot filesystem for both an initial
22 installation and for an upgrade. A gzipped version is available, for easier
23 downloading. (The gzipped version have the ".gz" extension added to
24 their names.)
25
26 Miniroot file system:
27
28 This file contains a BSD root file system setup to help
29 you install the rest of NetBSD or to upgrade a previous version of
30 NetBSD. This includes formatting
31 and mounting your root and /usr partitions and getting
32 ready to extract (and possibly first fetching) the distribution
33 sets. There is enough on this file system to allow you to
34 make a SLIP or PPP connection, configure an Ethernet, mount an
35 NFS file system or ftp. You can also load distribution sets from
36 a SCSI tape or from one of your existing AmigaDOS partitions.
37
38 This file is named "miniroot-13.fs".
39
40 The NetBSD/Amiga binary distribution sets contain the binaries which
41 comprise the NetBSD _VER release for the Amiga. There are seven binary
42 distribution sets, and the "security" distribution set. The binary
43 distribution sets can be found in subdirectories of the "amiga/binary"
44 subdirectory of the NetBSD _VER distribution tree, and are as follows:
45
46 base13 The NetBSD/Amiga _VER base binary distribution. You
47 MUST install this distribution set. It contains the
48 base NetBSD utilities that are necessary for the
49 system to run and be minimally functional. It
50 includes shared library support, and excludes
51 everything described below.
52 [ 8M gzipped, 20M uncompressed ]
53
54 comp13 The NetBSD/Amiga Compiler tools. All of the tools
55 relating to C, C++, and FORTRAN (yes, there are two!).
56 This set includes the system include files
57 (/usr/include), the linker, the compiler tool chain,
58 and the various system libraries (except the shared
59 libraries, which are included as part of the base
60 set). This set also includes the manual pages for all
61 of the utilities it contains, as well as the system
62 call and library manual pages.
63 [ 6M gzipped, 15M uncompressed ]
64
65 etc13 This distribution set contains the system
66 configuration files that reside in /etc and in several
67 other places. This set MUST be installed if you are
68 installing the system from scratch, but should NOT be
69 used if you are upgrading. (If you are upgrading,
70 it's recommended that you get a copy of this set and
71 CAREFULLY upgrade your configuration files by hand.)
72 [ 77K gzipped, 340K uncompressed ]
73
74 games13 This set includes the games and their manual pages.
75 [ 3M gzipped, 7M uncompressed ]
76
77 man13 This set includes all of the manual pages for the
78 binaries and other software contained in the base set.
79 Note that it does not include any of the manual pages
80 that are included in the other sets.
81 [ 1M gzipped, 3M uncompressed ]
82
83 misc13 This set includes the system dictionaries (which are
84 rather large), the typesettable document set, and
85 man pages for other architectures which happen to be
86 installed from the source tree by default.
87 [ 2M gzipped, 7M uncompressed ]
88
89 text13 This set includes NetBSD's text processing tools,
90 including groff, all related programs, and their
91 manual pages.
92 [ 900K gzipped, 3M uncompressed ]
93
94 The Amiga security distribution set is named "secr13" and can be found
95 in the "amiga/security" subdirectory of the NetBSD _VER distribution
96 tree. It contains crypt.c (the source file for the DES encryption
97 algorithm) and the binaries which depend on it. It can only be found
98 on those sites which carry the complete NetBSD distribution and that
99 can legally obtain it. (Remember, because of United States law, it
100 may not be legal to distribute this set to locations outside of the
101 United States and Canada.) [ 128K gzipped, 307K uncompressed ]
102
103 The Amiga binary distribution sets are distributed in the same form as
104 the source distribution sets; catted together, the members of a set
105 form a gzipped tar file. Each Amiga binary distribution set also has
106 its own "CKSUMS" file, just as the source distribution sets do.
107
108 The instructions given for extracting the source sets work equally
109 well for the binary sets, but it is worth noting that if you use that
110 method, the files are extracted "below" the current directory. That
111 is, if you want to extract the binaries "into" your system, i.e.
112 replace the system binaries with them, you have to run the "tar xvfp"
113 from /. Also note that if you upgrade or install this way, those
114 programs that you are using at the time will NOT be replaced. If you
115 follow the normal installation or upgrade procedures, this will be
116 taken care of for you.
117