From owner-freebsd-current Wed Jan 29 16:57:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA05692 for current-outgoing; Wed, 29 Jan 1997 16:57:24 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA05682 for ; Wed, 29 Jan 1997 16:57:21 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id QAA09908; Wed, 29 Jan 1997 16:57:11 -0800 (PST) To: Doug White cc: current@freebsd.org Subject: Re: install broken on the 970124 snap (fwd) In-reply-to: Your message of "Tue, 28 Jan 1997 19:34:58 PST." Date: Wed, 29 Jan 1997 16:57:11 -0800 Message-ID: <9904.854585831@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Little problem with installation on yesterday's SNAP release. I am doing > an install from a dos partition, and I copied everything correctly into > c:\freebsd\bin. When I get to the point in the install where it is to > do the extraction of the distributions, the install says it can't find > the bin distribution. I put the install system into debug mode to watch > the festivities, and it seemed to be snagging the bin.inf and choking on > it. It was bombing out with an error about a "P" and it couldn't find > "pieces". > > I played with it for a bit, and if you edit bin.inf and change the "Pieces > = 72" to "pieces = 72" it works correctly. Hmmm. I doubt that the applied fix was actually responsible for fixing it since case is ignored (I use strcasecmp() for the attribute name lookup), but perhaps he's run into a different error masquerading as such. I'll look into it. Jordan