From owner-cvs-release Thu Mar 19 07:30:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04732 for cvs-release-outgoing; Thu, 19 Mar 1998 07:30:55 -0800 (PST) (envelope-from owner-cvs-release) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04718; Thu, 19 Mar 1998 07:30:44 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id PAA29280; Thu, 19 Mar 1998 15:30:42 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id QAA07369; Thu, 19 Mar 1998 16:30:42 +0100 (MET) Message-ID: <19980319163042.52677@follo.net> Date: Thu, 19 Mar 1998 16:30:42 +0100 From: Eivind Eklund To: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: Re: cvs commit: src/release/sysinstall disks.c References: <199803191507.HAA29955@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803191507.HAA29955@freefall.freebsd.org>; from Jordan K. Hubbard on Thu, Mar 19, 1998 at 07:07:23AM -0800 Sender: owner-cvs-release@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Mar 19, 1998 at 07:07:23AM -0800, Jordan K. Hubbard wrote: > jkh 1998/03/19 07:07:22 PST > > Modified files: > release/sysinstall disks.c > Log: > correct checks for "already written" case. You wouldn't happen to have a clue how to handle the 're-install on dangerously dedicated' case correctly? It routinely bite people. This is the case where a disk has only a BSD-bootsector on it, and sysinstall never-the-less write a standard DOS MBR over it (after having put up a requester asking the user if he want to, of course). I tried fixing it, but never got it to work properly :-/ Eivind.