From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 16 22:40:02 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7EE6269 for ; Fri, 16 Nov 2012 22:40:02 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 9180E8FC12 for ; Fri, 16 Nov 2012 22:40:02 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qAGMe1T9078491; Fri, 16 Nov 2012 15:40:01 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qAGMe1Fu078488; Fri, 16 Nov 2012 15:40:01 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 16 Nov 2012 15:40:01 -0700 (MST) From: Warren Block To: Mark Saad Subject: Re: Using PC-Sysinstall for automated network installs of FreeBSD In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 16 Nov 2012 15:40:01 -0700 (MST) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 22:40:02 -0000 On Fri, 16 Nov 2012, Mark Saad wrote: > All > I wanted to share with you my method for network installs of FreeBSD > 9.1-RCn . This does not use PC-BSD just stock FreeBSD. This should > work on 9.0-RELEASE is known to work on 9.1-RC's and BETA. > > I decided to use pc-sysinstall in place of bsdinstall as pc-sysinstall > supported using a config file that could be passed to the installer > much like the old sysinstall way of doing things. This is really nice--thank you!