From d160be8ecedc9dbc3641b2ee2b31cd710f24fb7a Mon Sep 17 00:00:00 2001 From: junxiawang Date: Thu, 10 Dec 2015 09:15:27 -0500 Subject: [PATCH] modify non_ubuntu_os_pkg and nonubuntu_os_other_pkg --- .../additionalpkg/nonubuntu_os_other_pkg.rst | 2 +- .../deployment/additionalpkg/nonubuntu_os_pkg.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/additionalpkg/nonubuntu_os_other_pkg.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/additionalpkg/nonubuntu_os_other_pkg.rst index e68f384bd..e6cc403e6 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/additionalpkg/nonubuntu_os_other_pkg.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/additionalpkg/nonubuntu_os_other_pkg.rst @@ -1,6 +1,6 @@ .. _Install-Additional-Other-Packages-label: -Install Additional Other Packages for Redhat and Sles +Install Additional Other Packages for RHEL and SLES ------------------------------------------------------ Install Additional Other Packages Steps diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/additionalpkg/nonubuntu_os_pkg.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/additionalpkg/nonubuntu_os_pkg.rst index 9d8ce7184..8d7bad988 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/additionalpkg/nonubuntu_os_pkg.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/additionalpkg/nonubuntu_os_pkg.rst @@ -1,10 +1,10 @@ .. _Install-Additional-OS-Packages-label: -Install Additional OS Packages for redhat and sles ------------------------------------------------------------ +Install Additional OS Packages for RHEL and SLES +------------------------------------------------ Install Additional Packages using OS Packages steps -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ For rpms from the OS distro, add the new rpm names (without the version number) in the .pkglist file. For example, file **/install/custom///.pkglist** will look like this after adding perl-DBI: :: @@ -80,7 +80,7 @@ Note: the trailing **"#"** character at the end of the line. It is important to Group/Pattern Names ''''''''''''''''''' -It is only supported for stateful deployment. +It is only supported for statefull deployment. In Linux, a groups of rpms can be packaged together into one package. It is called a group on RedHat, CentOS, Fedora and Scientific Linux. To get the a list of available groups, run @@ -99,7 +99,7 @@ You can specify in this file the group/pattern names by adding a **'@'** and a s Remove RPMs After Installing '''''''''''''''''''''''''''' -It is only supported for stateful deployment. +It is only supported for statefull deployment. You can specify in this file that certain rpms to be removed after installing the new software. This is done by adding **'-'** before the rpm names you want to remove. For example: ::