From owner-freebsd-questions Thu Jul 10 01:35:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA15225 for questions-outgoing; Thu, 10 Jul 1997 01:35:46 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA15220; Thu, 10 Jul 1997 01:35:41 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.6/8.6.9) with ESMTP id BAA04721; Thu, 10 Jul 1997 01:33:44 -0700 (PDT) To: Ruslan Ermilov cc: questions@freebsd.org, jkh@freebsd.org Subject: Re: install.cfg question In-reply-to: Your message of "Thu, 10 Jul 1997 11:00:14 +0300." <199707100800.LAA04779@ferrix.ucb.crimea.ua> Date: Thu, 10 Jul 1997 01:33:44 -0700 Message-ID: <4718.868523624@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > - What variables/values are available? > - or Where can I get info about contents of this file? For now, it's not really doc'd. The truly adventurous could go looking into /usr/src/release/sysinstall/dispatch.c and look for all the VAR_FOO defines in sysinstall.h, but that's about it. :) I'll write something up soon - someone else has already requested this. Jordan