From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 10:20:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 412F21065671 for ; Fri, 22 Aug 2008 10:20:56 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id F2A748FC22 for ; Fri, 22 Aug 2008 10:20:55 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KWTlE-00054C-Sh for freebsd-questions@freebsd.org; Fri, 22 Aug 2008 10:20:52 +0000 Received: from 35.red-80-34-206.staticip.rima-tde.net ([80.34.206.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Aug 2008 10:20:52 +0000 Received: from matiassurdi by 35.red-80-34-206.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Aug 2008 10:20:52 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Fri, 22 Aug 2008 12:20:46 +0200 Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 35.red-80-34-206.staticip.rima-tde.net User-Agent: Thunderbird 2.0.0.16 (X11/20080724) Sender: news Subject: sysinstall install.cfg question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 10:20:56 -0000 Hi, I'm trying to figure out how could I tell sysinstall to let the user choose the disk he want to install into and then, based on that response, create automatically without any other question the partitions/labels that are required. I've seen several examples but I can't find the way to do it.I've also noticed that the manpage isn't complete, as there are many variables defined in sysinstall.h that are not documented there. Thanks for any help.