diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index a0552ccedf4..aadde7df6d9 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -432,7 +432,7 @@ under the License. Most users of &PRODUCT; manage the installation and upgrades of &PRODUCT; with one of Linux's predominant package systems, RPM or APT. This guide assumes you'll be using RPM and Yum (for Red Hat Enterprise Linux or CentOS), or APT and Debian packages (for Ubuntu). - Create RPM or Debian packages (as appropriate) and a repository from the 4.1.1 source, or check the &PRODUCT; downloads page at http://cloudstack.apache.org/downloads.html for package repositories supplied by community members. You will need them for step or step . + Create RPM or Debian packages (as appropriate) and a repository from the 4.1.1 source, or check the &PRODUCT; downloads page at http://cloudstack.apache.org/downloads.html for package repositories supplied by community members. You will need them for step or step . Instructions for creating packages from the &PRODUCT; source are in the Installation Guide. @@ -448,11 +448,11 @@ under the License. # mysqldump -u root -p cloud > cloudstack-backup.sql - If you are using Ubuntu, follow this procedure to upgrade your packages. If not, skip to step . + If you are using Ubuntu, follow this procedure to upgrade your packages. If not, skip to step . Community Packages This section assumes you're using the community supplied packages for &PRODUCT;. If you've created your own packages and APT repository, substitute your own URL for the ones used in these examples. - + The first step is to confirm that your sources list is pointed to the correct repository for each system with &PRODUCT; packages. This means all management servers, and any hosts that have the KVM agent. (No changes should be necessary for hosts that are running VMware or Xen.) Start by opening /etc/apt/sources.list.d/cloudstack.list on any systems that have &PRODUCT; packages installed. @@ -464,11 +464,11 @@ under the License. Now update your apt package list: $ sudo apt-get update - + Now that you have the repository configured, it's time to update the cloudstack-management package. This will pull in any other dependencies and updates you need. $ sudo apt-get install cloudstack-management - + On KVM hosts you will need to also upgrade the cloudstack-agent package: $ sudo apt-get install cloudstack-agent @@ -488,11 +488,11 @@ under the License. - If you are using CentOS or RHEL, follow this procedure to upgrade your packages. If not, skip to step . + If you are using CentOS or RHEL, follow this procedure to upgrade your packages. If not, skip to step . Community Packages This section assumes you're using the community supplied packages for &PRODUCT;. If you've created your own packages and yum repository, substitute your own URL for the ones used in these examples. - + The first step is to confirm that your yum configuration is pointed at the correct repository for each system with &PRODUCT; packages. This means all management servers, and any hosts that have the KVM agent. (No changes should be necessary for hosts that are running VMware or Xen.) Start by opening /etc/yum.repos.d/cloudstack.repo on any systems that have &PRODUCT; packages installed. @@ -506,11 +506,11 @@ under the License. If the file above is not correct, correct it. Note that if you're using your own package repository, change the baseurl line to read as appropriate for your 4.1.1 repository. - + Now that you have the repository configured, it's time to update the cloudstack-management package. $ sudo yum update cloudstack-management - + For KVM hosts, you will need to update the cloudstack-agent package. $ sudo yum update cloudstack-agent