From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 20:36:12 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40ADFCD5; Thu, 12 Feb 2015 20:36:12 +0000 (UTC) Received: from sdf.org (ma.sdf.org [192.94.73.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ma.sdf.org", Issuer "ma.sdf.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E46D893; Thu, 12 Feb 2015 20:36:11 +0000 (UTC) Received: from ma.sdf.org (IDENT:U2FsdGVkX19BKXACL3cLNkYhpa0JGf2gThYHmEv/qlQ@ma.sdf.org [192.94.73.31]) by sdf.org (8.14.4/8.14.3) with ESMTP id t1CKPZBB022068; Thu, 12 Feb 2015 20:25:35 GMT MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 12 Feb 2015 14:25:35 -0600 From: cpet To: Felipe Agnelli Barbosa Subject: Re: Automatic Installation In-Reply-To: References: Message-ID: <57788523315836c58d38fef432752ea6@sdf.org> X-Sender: cpet@sdf.org User-Agent: Roundcube Webmail/1.0.1 Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2015 20:36:12 -0000 On 2015-02-12 11:46, Felipe Agnelli Barbosa wrote: > Hi guys, > > I'm finding a way to automate the installation from the FreeBSD server, > with PXE. > I saw some examples like with PXE/TFTP, dhcp, nfs and sysinstall, > another > examples with Cobbler(but until version 9.0[0]). > > So, what i would to know is your experience about it and what you guys > think the best way to automate the process of installation from > FreeBSD. > Maybe I will join the Puppet or Chef in that process. > > [0] > http://www.cobblerd.org/manuals/2.4.0/1/2_-_Distribution_Support.html > > > Thanks in advance. > > Regards, > Felipe > _______________________________________________ > 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" There is no scripting language for bsdinstall as it in itself is a shell script. So just modify to suite your needs. As I can't find any info regarding this.