From owner-freebsd-current@FreeBSD.ORG Sun Jun 19 00:33:57 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6FA16A41C for ; Sun, 19 Jun 2005 00:33:57 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA2AD43D49 for ; Sun, 19 Jun 2005 00:33:57 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id AC87872DD4; Sat, 18 Jun 2005 17:33:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id A7D0972DCB for ; Sat, 18 Jun 2005 17:33:57 -0700 (PDT) Date: Sat, 18 Jun 2005 17:33:57 -0700 (PDT) From: Doug White To: current@freebsd.org Message-ID: <20050618173102.R73598@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Patch for sysinstall wrong-disc problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2005 00:33:57 -0000 Hey folks, I've come up with a patch that fixes sysinstall prompting for the wrong CD when trying to install packages from non-CDROM media. Patch is here: http://people.freebsd.org/~dwhite/patches/index.c.20050618.patch This makes the "This is disc#0; I need disc#1" type message go away by checking if the install media is a CDROM first. Tested with an install over NFS, but it shouldn't make a difference what install media as long as its not a CD. I'll commit this shortly if there are no objections. Thanks! -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org