From owner-freebsd-questions@FreeBSD.ORG Fri Oct 6 11:48:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04FF816A407 for ; Fri, 6 Oct 2006 11:48:24 +0000 (UTC) (envelope-from jhorne@dfwlp.org) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3CC43D4C for ; Fri, 6 Oct 2006 11:48:21 +0000 (GMT) (envelope-from jhorne@dfwlp.org) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k96BmH38098969 for ; Fri, 6 Oct 2006 06:48:17 -0500 (CDT) (envelope-from jhorne@dfwlp.org) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Fri, 6 Oct 2006 06:48:16 -0500 User-Agent: KMail/1.9.4 References: <57d710000610051459w5554a015t7135ed2195140c39@mail.gmail.com> In-Reply-To: <57d710000610051459w5554a015t7135ed2195140c39@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610060648.16998.jhorne@dfwlp.org> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com Subject: Re: unattended installation 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: Fri, 06 Oct 2006 11:48:24 -0000 On Thursday 05 October 2006 16:59, pete wright wrote: > On 10/5/06, Carlos Ramirez wrote: > > Hi, how I do an unattended installation? > > > > > > > > I want to create an installation CD of a FreeBSD and run some scripts > > automatically after.. > > > > > > > > Some ideas? > > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/extensibility.ht >ml > > see section on scripting sysinstall. you will most likely want to > merge this with a pxeboot environment. > > -pete ive not tried it yet, but i came across this page last night while working out another issue. you might find it interesting. http://www.rootkit.nl/freebsd/installer.php?action=setup cheers, jonathan