From 52203292a1bfa8076633780897074e62a80e182c Mon Sep 17 00:00:00 2001 From: huweihua Date: Tue, 8 Sep 2015 23:13:01 -0400 Subject: [PATCH] modify some part depending on the comments --- .../common/deployment/cfg_partition.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 f36ef1e05..b682e813e 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 @@ -16,20 +16,19 @@ You could create a customized osimage partition file, say /install/custom/my-par The partition file must follow the partitioning syntax of the installer(e.g. kickstart for RedHat, AutoYaST for SLES, Preseed for Ubuntu). you could refer to the `Kickstart documentation `_ or `Autoyast documentation `_ or `Preseed documentation `_ write your own partitions layout. Meanwhile, RedHat and SuSE provides some tools that could help generate kickstart/autoyast templates, in which you could refer to the partition section for the partitions layout information: -#. RedHat: +* **[RedHat]** -- The file /root/anaconda-ks.cfg is a sample kickstart file created by RedHat installer during the installation process based on the options that you selected. -- system-config-kickstart is a tool with graphical interface for creating kickstart files + - The file /root/anaconda-ks.cfg is a sample kickstart file created by RedHat installer during the installation process based on the options that you selected. + - system-config-kickstart is a tool with graphical interface for creating kickstart files -#. SLES +* **[SLES]** -- Use yast2 autoyast in GUI or CLI mode to customize the installation options and create autoyast file -- Use yast2 clone_system to create autoyast configuration file /root/autoinst.xml to clone an existing system + - Use yast2 autoyast in GUI or CLI mode to customize the installation options and create autoyast file + - Use yast2 clone_system to create autoyast configuration file /root/autoinst.xml to clone an existing system -#. Ubuntu - -- For detailed information see the files partman-auto-recipe.txt and partman-auto-raid-recipe.txt included in the debian-installer package. Both files are also available from the debian-installer source repository. Note that the supported functionality may change between releases. +* **[Ubuntu]** + - For detailed information see the files partman-auto-recipe.txt and partman-auto-raid-recipe.txt included in the debian-installer package. Both files are also available from the debian-installer source repository. Note that the supported functionality may change between releases. .. END_partition_definition_file_content .. BEGIN_partition_definition_file_example_RedHat_Standard_Partitions_for_IBM_Power_machines