From cbf7c3b00749acf3ddfc525ede5c1025a6531e41 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 19 Jun 2017 10:52:20 -0400 Subject: [PATCH] update the doc for steps on checking packages that changed in xcat-dep --- docs/source/guides/install-guides/yum/update_xcat.rst | 4 ++-- docs/source/guides/install-guides/zypper/update_xcat.rst | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/guides/install-guides/yum/update_xcat.rst b/docs/source/guides/install-guides/yum/update_xcat.rst index fc01d99ad..fbbbe4762 100644 --- a/docs/source/guides/install-guides/yum/update_xcat.rst +++ b/docs/source/guides/install-guides/yum/update_xcat.rst @@ -6,5 +6,5 @@ If at a later date you want to update xCAT, first, update the software repositor yum clean metadata # or, yum clean all yum update '*xCAT*' - - + # To check and update the packages provided by xcat-dep: + yum update '*xcat*' diff --git a/docs/source/guides/install-guides/zypper/update_xcat.rst b/docs/source/guides/install-guides/zypper/update_xcat.rst index c18bb5b3c..3da2a2bb2 100644 --- a/docs/source/guides/install-guides/zypper/update_xcat.rst +++ b/docs/source/guides/install-guides/zypper/update_xcat.rst @@ -6,4 +6,5 @@ If at a later date you want to update xCAT, first, update the software repositor zypper refresh zypper update "*xCAT*" - + # To check and update the packages provided by xcat-dep: + zypper update "*xcat*"