From owner-freebsd-current@FreeBSD.ORG Tue Dec 19 20:28:53 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6089B16A407 for ; Tue, 19 Dec 2006 20:28:53 +0000 (UTC) (envelope-from knightmare.freebsd@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7B943C9F for ; Tue, 19 Dec 2006 20:28:51 +0000 (GMT) (envelope-from knightmare.freebsd@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1683893uge for ; Tue, 19 Dec 2006 12:28:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tD3AG+fokUMjcWckPgBRH9HGUNBWtBoILTE1qt6xNp7PiVdyQNbbd4GY43i36Jojnt5Ozy/lNnfcdEcoPG+pPtrQqipixjyeppcB8PX68aVRzYoyGWI2KnnZP4IfQTh+kTTYrBBe+6/zQpVxBy9Fbu7JdU+DM0FGLttHNKlueKM= Received: by 10.67.99.1 with SMTP id b1mr8954986ugm.1166558412318; Tue, 19 Dec 2006 12:00:12 -0800 (PST) Received: by 10.66.250.4 with HTTP; Tue, 19 Dec 2006 12:00:11 -0800 (PST) Message-ID: Date: Wed, 20 Dec 2006 04:00:11 +0800 From: "shava knightmare" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to invoke a network configure dialog in install.cfg X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 20:28:53 -0000 i'm building a automatic install cdrom with install.cfg for sysinstall. and i cannot find a way to invoke network configure dialog in install.cfg. the tcpMenuSelect command popup the configure dialog and throw a error message when selected the device.So what shall i do so that i can get a user inputted ipaddress in system install progress?