From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 17:46:52 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 7B58ADEC for ; Thu, 12 Feb 2015 17:46:52 +0000 (UTC) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F240A285 for ; Thu, 12 Feb 2015 17:46:51 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id n10so11005495lbv.6 for ; Thu, 12 Feb 2015 09:46:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CK571RnksEKIjopb1J5/rqwaI2Ba8DfkYy8QKE3R/SM=; b=GcPxgSV/i151Ox0/AP8O4zDQPxk0iGB0QoJIo29NrD++zVwdCDyJ2pEpjuTAlu1LpE Nz7mwHOv8hRlm1cKdg4ZiuH5gp+cUNoVLKWgDVKUqwbiSRPOqusVMFjbkqAm+IOKg9VK MaVbZBnu2lRa3Nc3NzUXSrmQdW8qlESH8xZzKoRqvXhsI/q7BhBlWuYTjyH1nBRqMtFp iyZqejuPDj/+ssnkGxL19c0wT43p7VZHOexyJ9b2ViBsNrgSiJtMTmTg0c8oGisfWFMv 0MRWhiLAs4VUtFV4e5VZzqiapNFR9DGWPoqX7UAXs5eWE51WfgWz6Q8ScjmEbZwUfFpc TDtw== MIME-Version: 1.0 X-Received: by 10.112.132.67 with SMTP id os3mr4465691lbb.90.1423763209938; Thu, 12 Feb 2015 09:46:49 -0800 (PST) Received: by 10.112.208.41 with HTTP; Thu, 12 Feb 2015 09:46:49 -0800 (PST) Date: Thu, 12 Feb 2015 15:46:49 -0200 Message-ID: Subject: Automatic Installation From: Felipe Agnelli Barbosa To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 17:46:52 -0000 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