contents revision 1.11 1 The i386-specific portion of the NetBSD _VER release is found in the
2 "i386" subdirectory of the distribution. That subdirectory is laid
3 out as follows:
4
5 .../NetBSD-_VER/i386/
6 INSTALL Installation notes; this file.
7
8 binary/
9 sets/ i386 binary distribution sets;
10 see below.
11
12 security/ i386 security distribution;
13 see below;
14 installation/
15
16 floppies/ i386 boot and installation
17 floppies; see below.
18
19
20 misc/ Miscellaneous i386
21 installation utilities; see
22 installation section, below.
23
24 There are two i386 floppy images, named "boot.fs" and "boot-small.fs",
25 in the "i386/installation/floppies" subdirectory of the NetBSD _VER
26 distribution. These are 1.44M and 1.2M floppy disk images
27 (respectively). These floppies are bootable, and are used both for
28 installations and for upgrades. They are described in more detail
29 below. There are also gzipped version of these floppies (named with
30 ".fs.gz") available.
31
32 Bootable installation/upgrade floppies:
33
34 These disks are bootable, and contains the software necessary
35 to prepare your hard drive for NetBSD and install the NetBSD
36 distribution, or to upgrading an already installed
37 system from a previous version of NetBSD.
38
39 Unlike previous NetBSD releases, there are no separate "kernel
40 copy" floppies or "upgrade" floppies. Instead, the install
41 floppy contains only a special compressed kernel with a built
42 in ramdisk image of the installation/upgrade file
43 system. There is also no longer any need to use a different
44 boot floppy for Adaptec and Buslogic based systems.
45
46 The only difference between the "boot.fs" and "boot-small.fs"
47 floppies is that the 1.2M "boot-small.fs" image does not
48 contain support for PCMCIA or PCI devices so that it can be
49 fit on a 1.2M floppy suitable for use on older systems.
50
51 Because the kernel on the installation disks is not suitable
52 for use beyond initial installation and configuration, a
53 "generic" kernel has been placed in a distribution set named
54 "kern". This kernel is intended to run your system while
55 you build a custom kernel. It is strongly encouraged that you
56 build a custom kernel for your installation rather than use
57 the prebuilt generic kernel on a long term basis.
58
59 Please note that because of space considerations the kernels
60 booted from the installation floppies do not contain drivers
61 that are not needed during installation -- in particular, no
62 drivers needed to run the X Window System are available in
63 these kernels.
64
65 The NetBSD/i386 binary distribution sets contain the binaries which
66 comprise the NetBSD _VER release for the i386. There are eight binary
67 distribution sets and the "security" distribution set. The binary
68 distribution sets can be found in the "i386/binary/sets" subdirectory
69 of the NetBSD _VER distribution tree, and are as follows:
70
71
72 base The NetBSD/i386 _VER base binary distribution. You
73 MUST install this distribution set. It contains the
74 base NetBSD utilities that are necessary for the
75 system to run and be minimally functional. It
76 includes shared library support, and excludes
77 everything described below.
78 [ 9.7M gzipped, 25.0M uncompressed ]
79
80 comp The NetBSD/i386 Compiler tools. All of the tools
81 relating to C, C++, and FORTRAN (yes, there are two!).
82 This set includes the system include files
83 (/usr/include), the linker, the compiler tool chain,
84 and the various system libraries (except the shared
85 libraries, which are included as part of the base
86 set). This set also includes the manual pages for all
87 of the utilities it contains, as well as the system
88 call and library manual pages.
89 [ 7.1M gzipped, 24.1M uncompressed ]
90
91 etc This distribution set contains the system
92 configuration files that reside in /etc and in several
93 other places. This set MUST be installed if you are
94 installing the system from scratch, but should NOT be
95 used if you are upgrading. (If you are upgrading,
96 it's recommended that you get a copy of this set and
97 CAREFULLY upgrade your configuration files by hand.)
98 [ 53K gzipped, 328K uncompressed ]
99
100 games This set includes the games and their manual pages.
101 [ 3.0M gzipped, 7.3M uncompressed ]
102
103 kern This set contains a NetBSD/i386 _VER GENERIC kernel,
104 named "/netbsd". You MUST install this distribution
105 set.
106 [ 1.1M gzipped, 2.2M uncompressed ]
107
108 man This set includes all of the manual pages for the
109 binaries and other software contained in the base set.
110 Note that it does not include any of the manual pages
111 that are included in the other sets.
112 [ 2.5M gzipped, 10.6M uncompressed ]
113
114 misc This set includes the system dictionaries (which are
115 rather large), the typesettable document set, and
116 man pages for other architectures which happen to be
117 installed from the source tree by default.
118 [ 2.2M gzipped, 8.3M uncompressed ]
119
120 text This set includes NetBSD's text processing tools,
121 including groff, all related programs, and their
122 manual pages.
123 [ 1.0M gzipped, 3.7M uncompressed ]
124
125
126 IMPORTANT: In previous versions of NetBSD, the kernel from the install
127 floppy was copied onto the hard drive in a special step. In the new
128 install system, the kernel on the floppy is unsuited to being copied
129 onto the hard drive. Instead, a new set, "kern", has been added which
130 contains a generic kernel to be unloaded onto the drive. It must be
131 extracted in order to have a minimally functioning system.
132
133 The i386 security distribution set is named "secr" and can be found in
134 the "i386/binary/security" subdirectory of the NetBSD _VER
135 distribution tree. It contains security related binaries which depend
136 on cryptographic source code. You do not need this distribution set to
137 use encrypted passwords in your password file; the "base" distribution
138 includes a crypt library which can perform only the decryption
139 function. The security distribution includes a version of the
140 Kerberos IV network security system, and a Kerberized version of the
141 "telnet" program. The "secr" distribution set can be found only on
142 those sites which carry the complete NetBSD distribution and which can
143 legally obtain it. (Remember, because of United States law, it may
144 not be legal to distribute this set to locations outside of the United
145 States and Canada.)
146 [ 798K gzipped, 2.4M uncompressed ]
147
148 The i386 binary distribution sets are distributed as gzipped tar files
149 named with the extension ".tgz", e.g. "base.tgz". They are also
150 available in split form -- catted together, the members of a split set
151 form a gzipped tar file. Each i386 binary distribution set also has
152 its own checksum files, just as the source distribution sets do.
153
154 The instructions given for extracting the source sets work equally
155 well for the binary sets, but it is worth noting that if you use that
156 method, the files are extracted "below" the current directory. That
157 is, if you want to extract the binaries "into" your system, i.e.
158 replace the system binaries with them, you have to run the "tar xfp"
159 from /. Also note that if you upgrade or install this way, those
160 programs that you are using at the time will NOT be replaced unless
161 you run "tar" with the "--unlink" option. If you follow the normal
162 installation or upgrade procedures, this will be taken care of for
163 you.
164