From owner-svn-src-all@FreeBSD.ORG Sun Jun 19 00:07:11 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 BB750106564A; Sun, 19 Jun 2011 00:07:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3D08F8FC1F; Sun, 19 Jun 2011 00:07:10 +0000 (UTC) Received: by gwb15 with SMTP id 15so368911gwb.13 for ; Sat, 18 Jun 2011 17:07:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=hTDFOFtk0ICIo1WmJD2ne/uwztrU/nRVGPvqXeCLUU4=; b=q0gjOT3tnG1p+aSvYyO3zsnamL1YsTonpR2H4/LLgn9cQAWV1B9W1rQPfoESYW+4OY cRvHC80020qFM9tvgCcf+nM7anHirNmU1ELG5a8jY8fREbwWwTEXfU6oisYslhRC4iTS 8zIBmLMUvGqf3lcJhvqNT7FxaoIm93Yda16ME= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=ilrgZtSTD3h/7T2hQ2fJzdHPykB+jtK2BGi8W56zXGyIViX5dD3+oxgqBpeu7gtrMN LVROOTlo5IoNJnHYv/wShCOeBrcaObXGrTWcCsUasIurDfe+zXH5wdsoVWzMuXYiaDfI EYoE029jvrIm2X518NUEEIadnz8vZjAdqA3Gw= MIME-Version: 1.0 Received: by 10.150.132.15 with SMTP id f15mr3973092ybd.388.1308442030440; Sat, 18 Jun 2011 17:07:10 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.58.10 with HTTP; Sat, 18 Jun 2011 17:07:10 -0700 (PDT) In-Reply-To: <4DFD0BBA.1010502@freebsd.org> References: <201106152338.p5FNcFlN003175@svn.freebsd.org> <20110617231757.GA40286@server.vk2pj.dyndns.org> <4DFD0BBA.1010502@freebsd.org> Date: Sun, 19 Jun 2011 08:07:10 +0800 X-Google-Sender-Auth: bO5ztR9FUGPb7uRZ5hBg3MPfxcQ Message-ID: From: Adrian Chadd To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 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 00:07:11 -0000 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. Thanks, Adrian