From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 06:54:56 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 C4C391065679 for ; Tue, 21 Oct 2008 06:54:56 +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 7ADBC8FC08 for ; Tue, 21 Oct 2008 06:54:56 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KsB8l-00037s-4j for freebsd-questions@freebsd.org; Tue, 21 Oct 2008 06:54:51 +0000 Received: from 85.48.193.152 ([85.48.193.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Oct 2008 06:54:51 +0000 Received: from matiassurdi by 85.48.193.152 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Oct 2008 06:54:51 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Tue, 21 Oct 2008 08:54:40 +0200 Lines: 40 Message-ID: <48FD7CB0.1070504@gmail.com> References: <139b44430810200313s7b005a38qc5d2e9b6d9a8a52d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 85.48.193.152 User-Agent: Thunderbird 2.0.0.17 (X11/20080925) In-Reply-To: <139b44430810200313s7b005a38qc5d2e9b6d9a8a52d@mail.gmail.com> Sender: news Subject: Re: custom freebsd cd 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, 21 Oct 2008 06:54:56 -0000 Maybe you find usefull some of the scripts I'm using in my project, check under the "development" link: http://openmailserver.org Also, you will find very usefull the manpages for: ports, release and sysinstall. Regards. Valentin Bud escribió: > Hello list, > I have a FBSD box that runs as a web/mail server to provide access to > a web based application. I want to build a custom FBSD 7.0 installation > disk. > By custom I mean: > 1. automatic disk partition based on a scheme i provide. > 2. automatic installation of the needed packages as well as the config > files. I plan to > update the packages which i might keep on a ftp server on remake the > installation disk > anytime i make package updates. > 3. automatic "installation" of all the php/html/perl/sh scripts needed to > run the application. > Basically i want a disk that you put it in the cdrom and installs the > system, packages and all > the necessary scripts to run the application. More than that a modified > kernel to allow pf, as well > as the pf configuration file. The installation will always be on the same > hardware in case of failure. > > So can you please give me hints as well as opinions how should i start > this. What alternatives should i consider? > > thank you, > v > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >