From owner-cvs-user Thu Sep 26 14:05:50 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14988 for cvs-user-outgoing; Thu, 26 Sep 1996 14:05:50 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14059; Thu, 26 Sep 1996 14:03:46 -0700 (PDT) Date: Thu, 26 Sep 1996 14:03:46 -0700 (PDT) From: Paul Traina Message-Id: <199609262103.OAA14059@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall main.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/26 14:03:41 Modified: release/sysinstall main.c Log: If /install.cfg exists on the local floppy (or if LOAD_CONFIG_FILE is defined and the user inserts a floppy), read the config file to pre-define variables for a custom installation. [Note: I fixed one bug in LOAD_CONFIG_FILE code, but it's still not perfect.] Revision Changes Path 1.28 +45 -22 src/release/sysinstall/main.c