From owner-svn-doc-all@freebsd.org Sat Mar 14 16:10:09 2020 Return-Path: Delivered-To: svn-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8D98825D5E1; Sat, 14 Mar 2020 16:10:09 +0000 (UTC) (envelope-from carlavilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48fnb52GP8z4HQQ; Sat, 14 Mar 2020 16:10:09 +0000 (UTC) (envelope-from carlavilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 104BD215AE; Sat, 14 Mar 2020 16:10:09 +0000 (UTC) (envelope-from carlavilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02EGA89t061537; Sat, 14 Mar 2020 16:10:08 GMT (envelope-from carlavilla@FreeBSD.org) Received: (from carlavilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02EGA827061536; Sat, 14 Mar 2020 16:10:08 GMT (envelope-from carlavilla@FreeBSD.org) Message-Id: <202003141610.02EGA827061536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: carlavilla set sender to carlavilla@FreeBSD.org using -f From: Sergio Carlavilla Delgado Date: Sat, 14 Mar 2020 16:10:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53979 - in head: en_US.ISO8859-1/books/handbook/bsdinstall share/images/books/handbook/bsdinstall X-SVN-Group: doc-head X-SVN-Commit-Author: carlavilla X-SVN-Commit-Paths: in head: en_US.ISO8859-1/books/handbook/bsdinstall share/images/books/handbook/bsdinstall X-SVN-Commit-Revision: 53979 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2020 16:10:09 -0000 Author: carlavilla Date: Sat Mar 14 16:10:08 2020 New Revision: 53979 URL: https://svnweb.freebsd.org/changeset/doc/53979 Log: bsdinstall update allocation disk section - manual partitioning Patch by: carlavilla@ Approved by: bcr@(mentor) Differential Revision: https://reviews.freebsd.org/D24067 Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml head/share/images/books/handbook/bsdinstall/bsdinstall-part-manual-addpart.png Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Fri Mar 13 14:13:47 2020 (r53978) +++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sat Mar 14 16:10:08 2020 (r53979) @@ -1507,17 +1507,19 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. + freebsd-zfs - A &os; + ZFS file system. More information about + ZFS is available in . + + + freebsd-swap - &os; swap space. - Another partition type worth noting is - freebsd-zfs, used for partitions that will - contain a &os; ZFS file system (). Refer to &man.gpart.8; for - descriptions of the available GPT partition - types. + Refer to &man.gpart.8; for descriptions of the available + GPT partition types. Multiple file system partitions can be created and some people prefer a traditional layout with separate partitions @@ -1650,11 +1652,12 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.After the custom partitions have been created, select [ Finish ] to continue with - the installation. + the installation and go to + . - Root-on-ZFS Automatic Partitioning + Guided Partitioning Using Root-on-ZFS Support for automatic creation of root-on-ZFS installations was added in &os; 10.0-RELEASE. This Modified: head/share/images/books/handbook/bsdinstall/bsdinstall-part-manual-addpart.png ============================================================================== Binary file (source and/or target). No diff available.