From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 16:28:55 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 6EBDD16A41B for ; Tue, 1 Jan 2008 16:28:55 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A38D13C44B; Tue, 1 Jan 2008 16:28:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <477A6A40.8000608@FreeBSD.org> Date: Tue, 01 Jan 2008 17:28:48 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Omer Faruk Sen References: <75a268720801010819s24a59b10r3a4a07674e73400c@mail.gmail.com> In-Reply-To: <75a268720801010819s24a59b10r3a4a07674e73400c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: a customized sysinstall 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, 01 Jan 2008 16:28:55 -0000 Omer Faruk Sen wrote: > Hi, > > I am looking a way in to integrating a afterinstall scripts/files in to > standart FreeBSD sysinstall program. What I think is to add a new > distribution (like src,ports,doc,local..) to FreeBS, create ISO and after > that run after-install script on the chrooted directory. > > Can anyone suggest me where to look ? (URL or whatever that may be useful) Look in src/usr.sbin/sysinstall/ and src/release/ Kris