From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 22:03:32 2008 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 27834106568C for ; Tue, 12 Aug 2008 22:03:32 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DCE9E8FC08 for ; Tue, 12 Aug 2008 22:03:31 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KT1xd-0000FQ-Qk for freebsd-questions@freebsd.org; Tue, 12 Aug 2008 22:03:25 +0000 Received: from 206.pool85-49-133.dynamic.orange.es ([85.49.133.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Aug 2008 22:03:25 +0000 Received: from matiassurdi by 206.pool85-49-133.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Aug 2008 22:03:25 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Wed, 13 Aug 2008 00:03:13 +0200 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 206.pool85-49-133.dynamic.orange.es User-Agent: Thunderbird 2.0.0.16 (X11/20080724) Sender: news Subject: freebsd custom distribution 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: Tue, 12 Aug 2008 22:03:32 -0000 Hi everyone, I'm starting a new project where I would like to distribute the software as a distribution, something as pfSense guys do (but mine is not targeted to be a firewall). It would be very appreciated any pointer to some documentation or starting point for creating such a custom distro, for example, if I have a freeBSD 7 installation where I added some packages plus a custom application: How could I create a iso? a liveCD? Thanks a lot.