From 2860bccbf0d398a186deed9c57e2fd89a9b815a3 Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Thu, 18 Jul 2019 16:24:48 -0700 Subject: [PATCH] Revise Table 1 to clarify labels, filesystem, and default verbiage. (#647) Signed-off-by: Michael Vincerra --- .../bare-metal-install-desktop.rst | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/source/clear-linux/get-started/bare-metal-install-desktop/bare-metal-install-desktop.rst b/source/clear-linux/get-started/bare-metal-install-desktop/bare-metal-install-desktop.rst index 1915d298..e6aa1a42 100644 --- a/source/clear-linux/get-started/bare-metal-install-desktop/bare-metal-install-desktop.rst +++ b/source/clear-linux/get-started/bare-metal-install-desktop/bare-metal-install-desktop.rst @@ -506,23 +506,29 @@ Congratulations. You successfully installed |CL|. Default partition schema ======================== -Table 1 shows the default partition schema with the exception of root, -which varies. +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.*