From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 12:13:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EB80106564A for ; Mon, 7 Nov 2011 12:13:29 +0000 (UTC) (envelope-from gmx@ross.cx) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) by mx1.freebsd.org (Postfix) with ESMTP id 6120B8FC18 for ; Mon, 7 Nov 2011 12:13:29 +0000 (UTC) Received: from [92.76.90.134] (helo=michael-think) by www81.your-server.de with esmtpa (Exim 4.72) (envelope-from ) id 1RNO4u-0003xl-Bf; Mon, 07 Nov 2011 13:13:28 +0100 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Marco Steinbach" References: Date: Mon, 07 Nov 2011 13:13:23 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.52 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.97.2/13901/Mon Nov 7 05:16:50 2011) Cc: "freebsd-questions@freebsd.org" Subject: Re: Get list of ethernet devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 12:13:29 -0000 Am 07.11.2011, 02:24 Uhr, schrieb Marco Steinbach : > I'd be interested in testing the results (or possible steps thereto) of > your efforts in creating a customized, bootable FreeBSD USB stick image, > if that's feasible. > I am not creating an image at all. What I did is: - Download memstick image from freebsd.org, copy to stick - Plug stick and external drive into computer - Boot from stick, install to external drive Worked like a charm. Next I'll create packages from the software on the server, pkg_info | cut -d " " -f 1 | xargs pkg_create -b copy them over to the external drive and pkg_add them. I guess I could just dd the result to another drive, stick or to an image file. Michael