From owner-freebsd-doc@FreeBSD.ORG Fri Oct 26 05:50:58 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B252A17 for ; Fri, 26 Oct 2012 05:50:58 +0000 (UTC) (envelope-from ds@ukrhub.net) Received: from teta.ukrhub.net (storm.ukrhub.net [212.90.160.35]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB178FC14 for ; Fri, 26 Oct 2012 05:50:57 +0000 (UTC) Received: by teta.ukrhub.net (Postfix, from userid 58) id 17C0E24DC3F; Fri, 26 Oct 2012 08:50:56 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on teta.ukrhub.net X-Spam-Level: X-Spam-Status: No, score=-2.4 required=8.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from chaos.ukrhub.net (chaos.ukrhub.net [212.90.160.54]) by teta.ukrhub.net (Postfix) with ESMTP id 25F3324DC2B for ; Fri, 26 Oct 2012 08:50:54 +0300 (EEST) Received: by chaos.ukrhub.net (Postfix, from userid 1000) id 1F3AB411D; Fri, 26 Oct 2012 08:50:54 +0300 (EEST) Date: Fri, 26 Oct 2012 08:50:54 +0300 From: Taras Korenko To: freebsd-doc@freebsd.org Subject: Re: en/handbook/bsdinstall: a list item of "freebsd-zfs" was put into wrong place Message-ID: <20121026055053.GA84260@chaos.ukrhub.net> References: <20121025215112.GA52955@chaos.ukrhub.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-u Content-Disposition: inline In-Reply-To: <20121025215112.GA52955@chaos.ukrhub.net> User-Agent: Mutt/1.4.2.3i X-PGP-Key: http://chaos.ukrhub.net/ds.asc X-PGP-Fingerprint: 5128 2A8B 9BC1 A664 21E0 1E61 D838 54D3 8ACC C68B X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Taras Korenko List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 05:50:58 -0000 On Fri, Oct 26, 2012 at 12:51:12AM +0300, Taras Korenko wrote: > Good day, folks. > > It seems that addition of "freebsd-zfs" [1] to bsdinstall/chapter.xml > was put into wrong place because: 1) it conflicts with previous sentence, > which states 'A _standard_ FreeBSD GPT installation uses at least three > partitions', 2) now that list contains four items, 3) it is a bit weird > 'standard installation' if it creates partitions for both (UFS && ZFS) > filesystem types. > Check lines #1387-1412 of en/handbook/bsdinstall/chapter.xml at r39631. Well, a possible restructurization might look as follows (as a general idea, extensive rewording is needed here): ---------------------------------------------------------------------------- A standard FreeBSD GPT installation uses at least three partitions: Standard FreeBSD GPT Partitions o freebsd-boot o freebsd-ufs o freebsd-swap More complex installation/partitioning scenarios might contain (including, but not limited to (TM)) any of the following gpt-partition-types: o freebsd-zfs o freebsd-an-exotic-gptpartitiontype-#1 o freebsd-an-exotic-gptpartitiontype-#N ---------------------------------------------------------------------------- -- Best regards, Taras Korenko