From bfa5831d8a518c045b7248bd279fca5767f34f94 Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Fri, 19 Jul 2019 14:00:44 -0700 Subject: [PATCH] Revise Table 1 to clarify labels, filesystem, and default verbiage. (#646) Signed-off-by: Michael Vincerra --- .../bare-metal-install-server.rst | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/source/clear-linux/get-started/bare-metal-install-server/bare-metal-install-server.rst b/source/clear-linux/get-started/bare-metal-install-server/bare-metal-install-server.rst index b6ad7c4f..118e036b 100644 --- a/source/clear-linux/get-started/bare-metal-install-server/bare-metal-install-server.rst +++ b/source/clear-linux/get-started/bare-metal-install-server/bare-metal-install-server.rst @@ -817,23 +817,29 @@ Finish installation Default partition schema ======================== -To add partitions manually, see `Advanced configuration`_ below, and create -partitions per requirements in Table 1. +Create partitions per requirements in Table 1. -.. list-table:: **Table 1. Disk Partition Setup** - :widths: 33, 33, 33 +.. list-table:: **Table 1. Default partition schema** + :widths: 25, 25, 25, 25 :header-rows: 1 * - FileSystem + - Label - Mount Point - - Minimum size - * - ``VFAT`` + - Default size + + * - ``VFAT(FAT32)`` + - boot - /boot - - 150M - * - ``swap`` + - 150MB + + * - ``linux-swap`` + - swap - - 256MB - * - ``root`` + + * - ``ext[234] or XFS`` + - root - / - *Size depends upon use case/desired bundles.* @@ -856,5 +862,4 @@ entering :guilabel:`Configure Installation Media`: - Windows\* OS: :command:`diskpart`, then :command:`list disk` - macOS\* platform: :command:`diskutil list` -.. _Autoproxy: https://clearlinux.org/features/autoproxy .. _Downloads: https://clearlinux.org/downloads