Date: Mon, 11 Aug 1997 06:08:35 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@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 Message-ID: <199708111308.GAA18978@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708111308.GAA18978>