From owner-freebsd-questions Sun Mar 23 11:24:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA22174 for questions-outgoing; Sun, 23 Mar 1997 11:24:02 -0800 (PST) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.170.28]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA22147 for ; Sun, 23 Mar 1997 11:23:58 -0800 (PST) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.3/8.6.12) with SMTP id LAA06880; Sun, 23 Mar 1997 11:23:53 -0800 (PST) Date: Sun, 23 Mar 1997 11:23:52 -0800 (PST) From: Doug White To: "Richard J. Linane" cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.1.7 ports collection packages In-Reply-To: <3331C0F6.31A5@concentric.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, 20 Mar 1997, Richard J. Linane wrote: > > Don't use sysinstall. Get the system set up, fetch the packages, and use > > 'pkg_add' to add the packages. > > I do have the system up and running...however I do not understand how to > "fetch packages" from a DOS Partitian. You can: 1. Use your dos/windoze side to ftp the packages from ftp.freebsd.org, mount your DOS partition (using mount -t msdos /dev/wd0s1c /mnt, assuming your DOS disk is the first drive in the system) and copy the package to the UNIX side. /mnt is the root level of your C: drive. Or, you can copy the package to a formatted floppy, mount it using mount -t msdos /dev/fd0 /mnt and copy from /mnt. Make sure you umount /mnt when you're done! Hope this helps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major