From owner-freebsd-questions@FreeBSD.ORG Fri Jun 19 13:06:24 2009 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 D51D51065686 for ; Fri, 19 Jun 2009 13:06:24 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6436F8FC1B for ; Fri, 19 Jun 2009 13:06:24 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id n5JD6KcZ043743; Fri, 19 Jun 2009 15:06:20 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id n5JD6Kle043742; Fri, 19 Jun 2009 15:06:20 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Fri, 19 Jun 2009 15:06:19 +0200 From: Ruben de Groot To: Martin Thomas Message-ID: <20090619130619.GA43589@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Martin Thomas , freebsd-questions@freebsd.org References: <848911.46873.qm@web23902.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <848911.46873.qm@web23902.mail.ird.yahoo.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Fri, 19 Jun 2009 15:06:23 +0200 (CEST) Cc: freebsd-questions@freebsd.org Subject: Re: freebsd mass deployment 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, 19 Jun 2009 13:06:25 -0000 On Fri, Jun 19, 2009 at 11:01:42AM +0000, Martin Thomas typed: > > Hello list, > > I'd like to install FreeBSD on a number of machines, automatically and unattended over Ethernet via PXE. I'm quite familiar with FAI, which does a great job for Debian, and I'd like to know whether there is something similar for FreeBSD too. So far I only found a guide for jumpstart. > > Does anybody has experience with that matter and can provide some tools. Read the sysinstall manpage. You can automate allmost everything using an install.cfg file. Ruben