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