From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 15:51:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 820C616A4CE for ; Sat, 24 Jan 2004 15:51:41 -0800 (PST) Received: from mail.pinboard.com (mail.pinboard.com [194.209.195.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF1043D41 for ; Sat, 24 Jan 2004 15:51:39 -0800 (PST) (envelope-from kurt@pinboard.com) Received: (from uucp@localhost)UUCP id AAA71392; Sun, 25 Jan 2004 00:51:36 +0100 (CET) (envelope-from kurt@pinboard.com (kurt@pinboard.com)) (client-IP ) Received: (from kurt@localhost) (8.9.3p2-20030920/8.9.3/20011223-00-KK) id AAA47717; Sun, 25 Jan 2004 00:09:48 +0100 (CET) (envelope-from kurt (kurt)) (client-IP ) Date: Sun, 25 Jan 2004 00:09:48 +0100 From: pbdlists@pinboard.com To: Chip Morton Message-ID: <20040125000948.B95439@pinboard.com> Mail-Followup-To: pbdlists@pinboard.com, Chip Morton , FreeBSD Questions References: <4.3.2.7.2.20040124131320.019c46e8@mail.threespace.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.3.2.7.2.20040124131320.019c46e8@mail.threespace.com>; from aacf1qb02@sneakemail.com on Sat, Jan 24, 2004 at 01:16:14PM -0500 cc: FreeBSD Questions Subject: Re: Installing from ISO images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 23:51:41 -0000 Sure, On a separate machine setup an ftp server, create a directories named 4.9-RELEASE and 5.2-RELEASE right where you will be placed when connecting with ftp. Then mount the iso image as follows (4.x syntax): vnconfig -e /dev/vn0 4.9-image.iso vnconfig -e /dev/vn1 5.2-image.iso mount -t cd9660 -o ro /dev/vn0 4.9-RELEASE mount -t cd9660 -o ro /dev/vn1 5.2-RELEASE Now you can boot from a floppy and select ftp for the installation. On Sat, Jan 24, 2004 at 01:16:14PM -0500, Chip Morton wrote: > Is there a way for me to install FreeBSD from CD images that I have > downloaded without burning them to CD? Can I boot from a floppy and then > mount the images like a CD? I'm installing versions 4.9 and 5.2.