From owner-cvs-release Mon Aug 11 06:12:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA02644 for cvs-release-outgoing; Mon, 11 Aug 1997 06:12:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA02498; Mon, 11 Aug 1997 06:09:24 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA18978; Mon, 11 Aug 1997 06:08:35 -0700 (PDT) Date: Mon, 11 Aug 1997 06:08:35 -0700 (PDT) Message-Id: <199708111308.GAA18978@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall sysinstall.8 Makefile dispatch.c install.cfg label.c media.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/08/11 06:08:34 PDT Modified files: release/sysinstall Makefile dispatch.c install.cfg label.c media.c Added files: release/sysinstall sysinstall.8 Log: Make some changes to the way the label editor reads script variables so you don't need to re-enter it for each and every filesystem. Heads up! This change is incompatible with the previous scripting format, so those folks (all 2 of you) using config files should take a look at the changes to the sample install.cfg file for the diskLabelEditor's new calling syntax. Finally write a man page for this thing, documenting all of the above and more. I can't drive a stake through this thing's heart without properly documenting it first, so please consider this step #1 in that process (to be honest, sysinstall will also live on for some time in the 2.2. branch since it's unlikely that the new install tools will ever make it over there - they're strictly 3.0 material). Revision Changes Path 1.61 +1 -1 src/release/sysinstall/Makefile 1.21 +1 -3 src/release/sysinstall/dispatch.c 1.6 +16 -19 src/release/sysinstall/install.cfg 1.72 +49 -38 src/release/sysinstall/label.c 1.87 +26 -1 src/release/sysinstall/media.c