From owner-freebsd-doc@FreeBSD.ORG Sun Jun 22 03:34:06 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FE20891; Sun, 22 Jun 2014 03:34:06 +0000 (UTC) Received: from mail-ve0-x230.google.com (mail-ve0-x230.google.com [IPv6:2607:f8b0:400c:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC0C52F04; Sun, 22 Jun 2014 03:34:05 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id db12so4849184veb.21 for ; Sat, 21 Jun 2014 20:34:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EPzbaFk8mVdMPqb3qM2BNkXh66Pfv77TmwkCU9E+nNo=; b=qxcVJPN7aZBsCrRIUSNeCv94HZeGfMiS0NYPjtNJoPQWyWia44KKbmavePtGLA6u+9 H1dp2r6JuaFzXoB26yAQyztF111BRQe+2BIgyLgWCQ1ttZyZRzm5UAfIrZkiNS9SzV0X tF/X0X8/bFuGaQ//FdJ8MZLx7kaati7J9w5xlbkgpUn4pyqlYfq6yEcXNd9vr2q9KNTs 105pWnHeSKIqTCe66jp4Rdb7L4Bt6ccqFwoo/Wz+n3O3RpQwS4MFxXblPhhwOHE7Nn0U SrvXY38p8XA2D7Zftlhdqj2C71d+l03EvqmfOE37x1a5R3kJA4X1/MInhVwlGXYBQN8Q cw+A== MIME-Version: 1.0 X-Received: by 10.58.150.100 with SMTP id uh4mr4879685veb.30.1403408044672; Sat, 21 Jun 2014 20:34:04 -0700 (PDT) Received: by 10.58.2.130 with HTTP; Sat, 21 Jun 2014 20:34:04 -0700 (PDT) In-Reply-To: <20140621005912.GK1218@hub.FreeBSD.org> References: <20140621005912.GK1218@hub.FreeBSD.org> Date: Sat, 21 Jun 2014 23:34:04 -0400 Message-ID: Subject: Re: Request for review: 9.3-RELEASE release notes From: Mehmet Erol Sanliturk To: Glen Barber Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-doc@freebsd.org" , FreeBSD Release Engineering Team X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 03:34:06 -0000 On Fri, Jun 20, 2014 at 8:59 PM, Glen Barber wrote: > Hi, > > Earlier today, I connected the 9.3-RELEASE release notes to the build. > The document is available at: > > http://www.freebsd.org/releases/9.3R/relnotes.html > > Reviews on the document would be greatly appreciated, patches for > incorrect information even more. > > Thank you in advance. > > Glen > On behalf of: re@ > Is there a possibility to add the following paragraph from http://lists.freebsd.org/pipermail/freebsd-stable/2014-June/079024.html if it is not supported in release ISO : " Note to consumers of the dvd1.iso image: The version of bsdconfig(8) in the releng/9.3 branch does not yet support pkg(7)-format packages. This is planned to be fixed in -RC2. While there are packages available on the dvd1.iso image, they cannot yet be installed with bsdconfig(8). They can be installed manually, however. To install packages from the dvd1.iso installer, create and mount the /dist directory: # mkdir -p /dist # mount -t cd9660 /dev/cd0 /dist Next, install pkg(8) from the DVD: # env REPOS_DIR=/dist/packages/repos \ pkg add /dist/packages/freebsd:9:*:*/All/pkg-*.txz At this point, pkg-install(8) can be used to install additional packages from the DVD. Please note, the REPOS_DIR environment variable should be used each time using the DVD as the package repository, otherwise conflicts with packages from the upstream mirrors may occur when they are fetched. For example, to install the Subversion, Gnome, and Xorg, run: # env REPOS_DIR=/dist/packages/repos \ pkg install subversion gnome2 xorg " Thank you very much . Mehmet Erol Sanliturk