From f22f47f50d3fbb12f656264c098685921d0a5517 Mon Sep 17 00:00:00 2001 From: c-kern <58042466+c-kern@users.noreply.github.com> Date: Thu, 21 Nov 2019 16:57:45 +0100 Subject: [PATCH] fixed three typos replaced three "golden-cilent" with "golden-client" --- docs/source/advanced/sysclone/sysclone.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/advanced/sysclone/sysclone.rst b/docs/source/advanced/sysclone/sysclone.rst index 7e1fbebbe..2d77ff3c9 100644 --- a/docs/source/advanced/sysclone/sysclone.rst +++ b/docs/source/advanced/sysclone/sysclone.rst @@ -107,19 +107,19 @@ To support clone, add 'otherpkglist' and 'otherpkgdir' attributes to the image d chdef -t osimage -o otherpkglist=/opt/xcat/share/xcat/install/rh/sysclone.rhels6.x86_64.otherpkgs.pkglist chdef -t osimage -o -p otherpkgdir=/install/post/otherpkgs/CentOS6.3/x86_64 - updatenode -S + updatenode -S * **[SLES11.3 and x86_64]**:: chdef -t osimage -o otherpkglist=/opt/xcat/share/xcat/install/sles/sysclone.sles11.x86_64.otherpkgs.pkglist chdef -t osimage -o -p otherpkgdir=/install/post/otherpkgs/SLES11.3/x86_64 - updatenode -S + updatenode -S * **[RH6.3 and ppc64]**:: chdef -t osimage -o otherpkglist=/opt/xcat/share/xcat/install/rh/sysclone.rhels6.ppc64.otherpkgs.pkglist chdef -t osimage -o -p otherpkgdir=/install/post/otherpkgs/rhels6.3/ppc64 - updatenode -S + updatenode -S *[Note]: If you install systemimager RPMs on CentOS 6.5 node by above steps, you maybe hit a failure. This is a known issue with CentOS6.5. Refer to known issue section for help.*