From owner-freebsd-questions Fri Feb 7 02:46:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA17831 for questions-outgoing; Fri, 7 Feb 1997 02:46:36 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA17802 for ; Fri, 7 Feb 1997 02:46:30 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id BAA21492 for ; Fri, 7 Feb 1997 01:35:18 -0800 (PST) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA02313; Fri, 7 Feb 1997 11:36:42 +0200 (IST) Date: Fri, 7 Feb 1997 11:36:42 +0200 (IST) From: Nadav Eiron To: Sergio Martinez cc: freebsd-questions@FreeBSD.ORG Subject: Re: Packages In-Reply-To: <19970206232433234.AAA188@serg.stic.net> 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, 6 Feb 1997, Sergio Martinez wrote: > To whom it may concern, > my question is about the packages collection on the FreeBSD 2.1.6 release > on CD-ROM. My quad speed is not presently supported by Freebsd. I would > like to install some of the packages without having to copy the whole dir. > (almost 400M) since I don't have that much free space. Is there a way to > install just selected packages? If so, which files and directories need to > be on the DOS partition? Also, can I just use the sysinstall program to do > it or do I have to boot from the floppy. The reason I ask is that I seem to > be able to use sysinstall for a distribution off the floppy but not from > the partition. I get a not available on media you have selected "message" > even though the distribution on the DOS partition is exactly as the one on > the floppy. All help and information would be greatly appreciated. > Thanks..... > > Sergio > serg@stic.net > Just copy whatever file you need. The package collection has a single tar file for each package. You'll want to copy it again from the DOS partition into a FreeBSD partition and give it back its original file name, and then use pkg_add to install it. Nadav