From owner-freebsd-www Wed Sep 17 16:44:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA19149 for www-outgoing; Wed, 17 Sep 1997 16:44:07 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA19122 for ; Wed, 17 Sep 1997 16:44:01 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id SAA26013; Wed, 17 Sep 1997 18:43:38 -0500 (EST) Date: Wed, 17 Sep 1997 18:43:37 -0500 (EST) From: John Fieber To: Dave McGill cc: www@FreeBSD.ORG Subject: Re: FreeBSD installation files In-Reply-To: <34202CE1.B56DDE00@GetThe.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 17 Sep 1997, Dave McGill wrote: > serious trouble figuring how to do it! I was wondering if you'ld be so > kind as to tell me which files I will need for a complete install and > how to download them via my web browser or my ftp program in such a way > as to be able to install from DOS (note: I have already made the boot > disk as per the instructions on the web site) It depends on what you mean by "complete". For a minimal install, you need /bin/*, where is the directory on the FTP site where the release lives, eg ftp://ftp.freebsd.org/pub/FreeBSD/2.2.2-RELEASE (or whatever...). You can download any other directories you see fit. A pretty complete system can be built with: bin des dict doc games info manpages ports and if you have space src but at least get src/ssys.* so you can build a kernel optimized to your system. -john