From owner-freebsd-stable@FreeBSD.ORG Sun Aug 28 21:50:22 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC6416A41F for ; Sun, 28 Aug 2005 21:50:22 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92EB643D48 for ; Sun, 28 Aug 2005 21:50:22 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-24-6-134-233.hsd1.ca.comcast.net[24.6.134.233]) by comcast.net (sccrmhc12) with ESMTP id <2005082821501801200076rae>; Sun, 28 Aug 2005 21:50:18 +0000 Message-ID: <43123199.9000306@bfoz.net> Date: Sun, 28 Aug 2005 14:50:17 -0700 From: Brandon Fosdick User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <200508231131.j7NBV7bW057294@lurza.secnetix.de> In-Reply-To: <200508231131.j7NBV7bW057294@lurza.secnetix.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Install from USB flash drive? Sort of... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 21:50:23 -0000 Oliver Fromme wrote: > Brandon Fosdick wrote: > > [...] > > Determined to press on I tried the "install from existing file > > system" option, w hich I had never noticed before. That didn't work > > since I had no idea what path to give it, or even if the flash drive > > had been mounted. > > It depends on the FreeBSD version. Older versions mounted > it on /dist, if I remember correctly, but newer ones mount > it directly on /. So assuming the flash is mounted as /, what path do I give sysinstall when it asks? I've tried /, /dist and /mnt. None worked. > You can copy directly from the ISO to your flash drive, > excluding the things that you don't need (i.e. packages). > There's no need to make an additional copy on your HD. > For example: > > # cd /cdrom; find . | grep -v /packages | cpio -dump /flash That worked much better. Thanks