From cd31f320602b57efa955a42a36fb526ccb799090 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Wed, 16 Mar 2016 13:50:10 -0400 Subject: [PATCH] Make a note in the Ubunut Install guide that explains the lowercase "xcat" --- docs/source/guides/install-guides/apt/install_xcat.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/install-guides/apt/install_xcat.rst b/docs/source/guides/install-guides/apt/install_xcat.rst index 34368c778..a832b063f 100644 --- a/docs/source/guides/install-guides/apt/install_xcat.rst +++ b/docs/source/guides/install-guides/apt/install_xcat.rst @@ -22,10 +22,12 @@ Add the necessary apt-repositories to the management node :: add-apt-repository "deb http://ports.ubuntu.com/ubuntu-ports $(lsb_release -sc) universe" add-apt-repository "deb http://ports.ubuntu.com/ubuntu-ports $(lsb_release -sc)-updates universe" -Install xCAT with the following command: :: +Install xCAT [#]_ with the following command: :: apt-get clean all apt-get update - apt-get install xCAT + apt-get install xcat + +.. [#] Starting with Ubuntu 16.04, the package name 'xCAT' is required to be all lowercase