From owner-svn-src-all@FreeBSD.ORG Sun Jun 19 13:56:51 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00996106566B; Sun, 19 Jun 2011 13:56:51 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id C036E8FC12; Sun, 19 Jun 2011 13:56:50 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LN100000IQPTM00@smtpauth2.wiscmail.wisc.edu>; Sun, 19 Jun 2011 08:56:49 -0500 (CDT) Received: from comporellon.tachypleus.net (adsl-76-208-70-37.dsl.mdsnwi.sbcglobal.net [76.208.70.37]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LN100GZ9IQORB00@smtpauth2.wiscmail.wisc.edu>; Sun, 19 Jun 2011 08:56:49 -0500 (CDT) Date: Sun, 19 Jun 2011 08:56:48 -0500 From: Nathan Whitehorn In-reply-to: To: Adrian Chadd Message-id: <4DFE0020.9050301@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.208.70.37 X-Spam-PmxInfo: Server=avs-14, Version=5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.6.19.135114, SenderIP=76.208.70.37 References: <201106152338.p5FNcFlN003175@svn.freebsd.org> <20110617231757.GA40286@server.vk2pj.dyndns.org> <4DFD0BBA.1010502@freebsd.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 X-Mailman-Approved-At: Sun, 19 Jun 2011 15:43:04 +0000 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Peter Jeremy Subject: Re: svn commit: r223129 - head/release X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 13:56:51 -0000 On 06/18/11 19:07, Adrian Chadd wrote: > On 19 June 2011 04:34, Nathan Whitehorn wrote: > >> Since all of our install CDs for 9.0 (even the boot-only ones!) will be live >> CDs, the full versions of everything in /rescue are on the CD in their usual >> locations in /bin, /sbin, etc. and these can be used just as well for fixing >> a system as the /rescue tools. >> -Nathan > Question - is sysinstall still installed on those? > > If so (it was installed on the USB -current image I used to install > from a month or so ago) it confused me as I ran sysinstall fine but I > couldn't install anything using it. Yes, it is. But it won't work for anything except system configuration. It would need to be updated to use the new distfile format, and that won't has not yet been done. -Nathan