From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 22 16:13:17 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 50A6E4D3 for ; Thu, 22 Nov 2012 16:13:17 +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 087968FC12 for ; Thu, 22 Nov 2012 16:13:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qAMGDG79015802; Thu, 22 Nov 2012 09:13:16 -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 qAMGDFUo015799; Thu, 22 Nov 2012 09:13:16 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 22 Nov 2012 09:13:15 -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]); Thu, 22 Nov 2012 09:13:16 -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: Thu, 22 Nov 2012 16:13:17 -0000 On Fri, 16 Nov 2012, Mark Saad wrote: > The install config > ------------------------ > > I created /conf/ada-install.cfg and /conf/da-install.cfg the only > difference here is the name of the disk as that is not auto > discovered. > > Here is ada-install.cfg > > # User Generated pc-sysinstall configuration > installInteractive=no > installMode=fresh > installType=FreeBSD > installMedium=local > localPath=/usr/freebsd-dist/ > installFile=fbsd-release.txz > packageType=tar > > hostname=nynewserver1.ops.com > netDev=AUTO-DHCP > > > # Disk Setup > disk0=ada0 #Change me to suite your needs pc-bsdinstall does not seem to like a trailing comment. Moving this comment to a separate line fixes it. Another problem is that I've not figured out how to set a root password in the installer file tree for login after Shell is selected. Or rather, pw -V /usr/tftpboot/images/freebsd9-i386/etc usermod root -h 0 changes the password, but something still causes the system to show "Login incorrect" when it is entered.