From owner-cvs-release Wed Jul 23 08:13:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA23290 for cvs-release-outgoing; Wed, 23 Jul 1997 08:13:21 -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 IAA23243; Wed, 23 Jul 1997 08:12:43 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA17946; Wed, 23 Jul 1997 08:12:38 -0700 (PDT) Date: Wed, 23 Jul 1997 08:12:38 -0700 (PDT) Message-Id: <199707231512.IAA17946@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall install.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/07/23 08:12:38 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall install.c Log: Since we couldn't seem to come up with a consensus on how to handle the /boot.foo files, simply take the easy way out for now and patch things in sysinstall. Let's hope the folks who added this feature can figure out some way of preventing this from becoming a long-standing wart. :) Revision Changes Path 1.134.2.55 +10 -1 src/release/sysinstall/install.c