From a7f5abc1bfb680fc356b60d885badf307747c929 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 7 Feb 2019 09:27:45 -0500 Subject: [PATCH] Update cfg_partition.rst Get rid of the text "note" causing the markdown to not render correctly. --- .../manage_clusters/common/deployment/cfg_partition.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/cfg_partition.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/cfg_partition.rst index 20836e356..1748b8675 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/cfg_partition.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/cfg_partition.rst @@ -2,7 +2,6 @@ By default, xCAT will install the operating system on the first disk and with default partitions layout in the node. However, you may choose to customize the disk partitioning during the install process and define a specific disk layout. You can do this in one of two ways: '**partition definition file**' or '**partition definition script**'. -**Notes** .. note:: ``partition definition file`` can be used for RedHat, SLES, and Ubuntu. Because disk configuraiton for Ubuntu is different from RedHat, there may be some special sections required for Ubuntu. .. warning:: ``partition definition script`` has only been tested on RedHat and Ubuntu, use at your own risk for SLES.