From owner-svn-src-all@FreeBSD.ORG Mon Dec 23 08:57:49 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E138678F; Mon, 23 Dec 2013 08:57:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCC811675; Mon, 23 Dec 2013 08:57:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBN8vnS4082091; Mon, 23 Dec 2013 08:57:49 GMT (envelope-from rodrigc@svn.freebsd.org) Received: (from rodrigc@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBN8vn1C082090; Mon, 23 Dec 2013 08:57:49 GMT (envelope-from rodrigc@svn.freebsd.org) Message-Id: <201312230857.rBN8vn1C082090@svn.freebsd.org> From: Craig Rodrigues Date: Mon, 23 Dec 2013 08:57:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259766 - head/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 23 Dec 2013 08:57:50 -0000 Author: rodrigc Date: Mon Dec 23 08:57:49 2013 New Revision: 259766 URL: http://svnweb.freebsd.org/changeset/base/259766 Log: Mention that sysinstall is gone, replaced by bsdinstall and bsdconfig. Mention that bsdinstall supports installing ZFS on root. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Dec 23 08:43:16 2013 (r259765) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Dec 23 08:57:49 2013 (r259766) @@ -415,6 +415,13 @@ hv_vmbus_load="YES" Al ZFS + &man.bsdinstall.8; now supports installing + ZFS on the root file system. It includes a single configuration menu + that allows you to select all of the required details, including + which drives to use, what ZFS RAID level to use (taking into consideration + the selected number of drives), GPT or MBR, GELI encryption, forcing 4K sectors, + pool name, etc. + TRIM support has been added for ZFS. @@ -469,6 +476,9 @@ hv_vmbus_load="YES" Al nslookup and dig can be obtained by installing the dns/bind-tools port. + sysinstall has been removed from the base system. + sysinstall has been replaced by &man.bsdinstall.8; and &man.bsdconfig.8;. + The &man.adduser.8; utility now supports a option to set the mode of a new user's home directory.