From owner-freebsd-questions@FreeBSD.ORG Fri Feb 15 23:10:34 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 1DDB916A418 for ; Fri, 15 Feb 2008 23:10:34 +0000 (UTC) (envelope-from jeff.gold@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id AB15F13C46E for ; Fri, 15 Feb 2008 23:10:33 +0000 (UTC) (envelope-from jeff.gold@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so483480nfb.33 for ; Fri, 15 Feb 2008 15:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=WOkjqCMz2q8iexAAp+SkAHMa1FVGH4ZGtL7d/m7s1pM=; b=jxmEubF0HgQx4jMVPcJ5S5s0fhCGUOmblsQqsv04Wzy+YdHnDfMtlkn2r6zdTXNv5Me5hfVwhVgqhxRugl1jYZnIu0unt04/eqTCUEhjfUY2LJvG3waRibFkMw3HnYBIoFNmtKKOuRfHErPFQrXcpmFR2BBRqW6Ns/4697t3dPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=tMMjfz/EPZxUFMAhDC8BJWDyjMgJxk4eL6zAG7shpRnE+W2sRZodKXApx00fbvKSsfOl7hpl2zJSAD5Akheu3LlNo0Zgrod0SEtw+Afdqo7gKM09Ui/mMKJFW1ZjXZPby/fe04hBvon2i978We22Z5IdfsUVoN1CHxNJzeoezy8= Received: by 10.78.124.9 with SMTP id w9mr4554551huc.36.1203117032143; Fri, 15 Feb 2008 15:10:32 -0800 (PST) Received: by 10.78.19.19 with HTTP; Fri, 15 Feb 2008 15:10:32 -0800 (PST) Message-ID: <4bded9640802151510w6a7d8728jcf73592bb2836df0@mail.gmail.com> Date: Fri, 15 Feb 2008 18:10:32 -0500 From: "Jeff Gold" To: freebsd-lists-erik@erikosterholm.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-questions@freebsd.org Subject: 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:10:34 -0000 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