summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-09-23 23:38:17 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-09-26 15:27:08 -0500
commit54f36052f7c6923ebcb02f2c794a9eb1418df0dd (patch)
tree6830e1410d2aff6db8356a8b3d8892589481ed9b /doc
parent4106ea78c949e8c52f904c6791f4041d84c54b81 (diff)
downloadbcfg2-54f36052f7c6923ebcb02f2c794a9eb1418df0dd.tar.gz
bcfg2-54f36052f7c6923ebcb02f2c794a9eb1418df0dd.tar.bz2
bcfg2-54f36052f7c6923ebcb02f2c794a9eb1418df0dd.zip
doc: Fixed link to quickstart RPM and added note about customization
Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6067 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/quickstart/centos.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/quickstart/centos.txt b/doc/quickstart/centos.txt
index 5dca23f9f..2aaa8d744 100644
--- a/doc/quickstart/centos.txt
+++ b/doc/quickstart/centos.txt
@@ -28,7 +28,12 @@ Make sure EPEL_ is a valid repository on your server. The `instructions
<http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_ on how to do this
basically say::
- [root@centos ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
+ [root@centos ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
+
+.. note::
+
+ You will have to adjust this command to match your architecture and
+ the current EPEL release.
Install the bcfg2-server and bcfg2 RPMs::