From owner-svn-doc-all@freebsd.org Sat Feb 22 21:24:25 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 32A9824D077; Sat, 22 Feb 2020 21:24:25 +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 48Q1YP04yKz4mKh; Sat, 22 Feb 2020 21:24:25 +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 B64B71BFC; Sat, 22 Feb 2020 21:24:24 +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 01MLOOgx060879; Sat, 22 Feb 2020 21:24:24 GMT (envelope-from carlavilla@FreeBSD.org) Received: (from carlavilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MLOO6r060878; Sat, 22 Feb 2020 21:24:24 GMT (envelope-from carlavilla@FreeBSD.org) Message-Id: <202002222124.01MLOO6r060878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: carlavilla set sender to carlavilla@FreeBSD.org using -f From: Sergio Carlavilla Delgado Date: Sat, 22 Feb 2020 21:24:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53935 - 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: 53935 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, 22 Feb 2020 21:24:25 -0000 Author: carlavilla Date: Sat Feb 22 21:24:24 2020 New Revision: 53935 URL: https://svnweb.freebsd.org/changeset/doc/53935 Log: [handbook] bsdinstall update 2.6. Allocating Disk Space section Patch by: carlavilla@ Approved by: bcr@(mentor) Differential Revision: https://reviews.freebsd.org/D23789 Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-partmenu.png Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sat Feb 22 17:53:19 2020 (r53934) +++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Sat Feb 22 21:24:24 2020 (r53935) @@ -1145,7 +1145,7 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.
- Partitioning Choices on &os; 10.x and Higher + Partitioning Choices @@ -1154,17 +1154,36 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.
- Guided partitioning automatically sets up - the disk partitions, Manual partitioning - allows advanced users to create customized partitions from menu - options, and Shell opens a shell prompt where - advanced users can create customized partitions using - command-line utilities like &man.gpart.8;, &man.fdisk.8;, and - &man.bsdlabel.8;. ZFS partitioning, only - available in &os; 10 and later, creates an optionally encrypted - root-on-ZFS system with support for boot - environments. + bsdinstall gives the user four + methods for allocating disk space: + + + Auto (UFS) partitioning + automatically sets up the disk partitions using the + UFS file system. + + + + Manual partitioning allows + advanced users to create customized partitions from menu + options. + + + + Shell opens a shell prompt where + advanced users can create customized partitions using + command-line utilities like &man.gpart.8;, &man.fdisk.8;, + and &man.bsdlabel.8;. + + + + Auto (ZFS) partitioning creates a + root-on-ZFS system with optional GELI encryption support for + boot environments. + + + This section describes what to consider when laying out the disk partitions. It then demonstrates how to use the different partitioning methods. @@ -1207,9 +1226,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4./var/tmp. When new software is installed, the packaging tools extract a temporary copy of the packages under /var/tmp. Large - software packages, like Firefox, - Apache OpenOffice or - LibreOffice may be tricky to + software packages, like Firefox + or LibreOffice may be tricky to install if there is not enough disk space under /var/tmp. Modified: head/share/images/books/handbook/bsdinstall/bsdinstall-zfs-partmenu.png ============================================================================== Binary file (source and/or target). No diff available.