From owner-freebsd-questions Thu Jul 18 22:05:00 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA29417 for questions-outgoing; Thu, 18 Jul 1996 22:05:00 -0700 (PDT) Received: from gdi.uoregon.edu (cisco-ts10-line8.uoregon.edu [128.223.150.106]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA29409 for ; Thu, 18 Jul 1996 22:04:57 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id WAA00311; Thu, 18 Jul 1996 22:04:53 -0700 (PDT) Date: Thu, 18 Jul 1996 22:04:52 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: WSNAdmin@aol.com cc: questions@freebsd.org Subject: Re: Installing In-Reply-To: <960718172827_159156182@emout15.mail.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 18 Jul 1996 WSNAdmin@aol.com wrote: > I am installing from floppies (ok, so I'm taking the hard way) and I > installed the /bin and /man files, how would I later install the /src > binaries from a DOS floppy. I read something about the build is organized so > that one can install other parts of the system (except for the src files) > from an NFS mount. I would hate to have to re-install again. It seems, by > reading the literature, that I can make or build the binaries....or are they > already compiled and all I have to do is install. If you didn't install them the first time, then you have to do it manually. Luckily, it's not hard to do manually. I'm assuming you're installing the kernel source (the ssys.* archives). Adjust filenames as necessary. su to root. get all the archives in one place (mounting/copying floppies as necessary) run 'cat ssys.* | tar tzf - | more' to see where it will go cd to proper directory run 'cat ssys.* | tar xzf -' Hope this helps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major