From owner-freebsd-questions@FreeBSD.ORG Fri Feb 15 23:33:09 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 EBD5C16A41B for ; Fri, 15 Feb 2008 23:33:09 +0000 (UTC) (envelope-from erik@cepheid.org) Received: from mail.cepheid.org (aleph.cepheid.org [72.232.60.94]) by mx1.freebsd.org (Postfix) with ESMTP id D318B13C455 for ; Fri, 15 Feb 2008 23:33:09 +0000 (UTC) (envelope-from erik@cepheid.org) Received: by mail.cepheid.org (Postfix, from userid 1006) id 40D669B4001; Fri, 15 Feb 2008 17:33:09 -0600 (CST) Date: Fri, 15 Feb 2008 17:33:09 -0600 From: Erik Osterholm To: Jeff Gold Message-ID: <20080215233309.GA56020@aleph.cepheid.org> Mail-Followup-To: Erik Osterholm , Jeff Gold , freebsd-questions@freebsd.org References: <4bded9640802151510w6a7d8728jcf73592bb2836df0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4bded9640802151510w6a7d8728jcf73592bb2836df0@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: sysinstall: can't change certain options 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, 15 Feb 2008 23:33:10 -0000 On Fri, Feb 15, 2008 at 06:10:32PM -0500, Jeff Gold wrote: > I may be mistaken but it appears that you've got the syntax for > sysinstall wrong. Try this: > > sysinstall configFile=install.cfg loadConfig > > Does that solve the problem? > > Jeff Well, I did have the wrong syntax (though it looks like sysinstall picked up install.cfg as the file to parse anyway, since it dropped me into the options editor even with my bad syntax.) This didn't solve the problem, however. The most concise definition of the problem I can state is that when using an external config file to load the options editor, some of the options aren't editable as they are when using sysinstall without loadConfig. Erik