Minor doc cleanup.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f39cd839 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f39cd839 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f39cd839 Branch: refs/heads/master Commit: f39cd839996d04e74952cee9a3e01a354f296261 Parents: ab4f707 Author: Joe Brockmeier <[email protected]> Authored: Wed Oct 31 17:53:56 2012 -0500 Committer: Joe Brockmeier <[email protected]> Committed: Wed Oct 31 17:53:56 2012 -0500 ---------------------------------------------------------------------- docs/en-US/configure-package-repository.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f39cd839/docs/en-US/configure-package-repository.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml index 7687fa3..81df446 100644 --- a/docs/en-US/configure-package-repository.xml +++ b/docs/en-US/configure-package-repository.xml @@ -42,7 +42,7 @@ </note> <section id="configure-package-repository-deb"> <title>DEB package repository</title> - <para>You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04 LTS (precise) are being build.</para> + <para>You can add a DEB package repository to your apt sources with the following commands. Please note that only packages for Ubuntu 12.04 LTS (precise) are being built at this time.</para> <para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack</filename>. Add the community provided repository to the file:</para> <programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.0</programlisting> <para>We now have to add the public key to the trusted keys.</para> @@ -53,6 +53,7 @@ </section> <section id="configure-package-repository-rpm"> <title>RPM package repository</title> + <para>We expect that CloudStack will have a Yum repository with packages for supported RPM-based systems on or near the 4.0.0-incubating release.</para> <para>If you're using an RPM-based system, you'll want to add the Yum repository so that you can install CloudStack with Yum.</para> <para>Yum repository information is found under <filename>/etc/yum.repos.d</filename>. You'll see several <filename>.repo</filename> files in this directory, each one denoting a specific repository.</para> <para>To add the CloudStack repository, visit the <ulink url="http://incubator.apache.org/cloudstack/downloads.html">downloads page</ulink> for the repository information. It will look something like this:</para>
