diff --git a/docs/runbook/en-US/Environment.xml b/docs/runbook/en-US/Environment.xml
index 4172e031e98..6bf0033ad95 100644
--- a/docs/runbook/en-US/Environment.xml
+++ b/docs/runbook/en-US/Environment.xml
@@ -157,7 +157,7 @@ SELINUXTYPE=targeted
servers in sync. However, NTP is not installed by default. So we'll install and
and configure NTP at this stage. Installation is accomplished as follows:
- # yum install ntp
+ # yum -y install ntp
The actual default configuration is fine for our purposes, so we merely need to
enable it and set it to start on boot as follows:
# chkconfig ntpd on
diff --git a/docs/runbook/en-US/Management.xml b/docs/runbook/en-US/Management.xml
index f954561c9a4..1b1880aa436 100644
--- a/docs/runbook/en-US/Management.xml
+++ b/docs/runbook/en-US/Management.xml
@@ -73,7 +73,7 @@ binlog-format = 'ROW'
When this process is finished, you should see a message like "CloudStack has successfully initialized the database."
Now that the database has been created, we can take the final step in setting up the management server by issuing the following command:
- # cloud-setup-mangament
+ # cloud-setup-management
System Template Setup
@@ -95,7 +95,7 @@ binlog-format = 'ROW'
share we just mounted. The management server includes a script to properly
manipulate the system VMs images.
- # /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F
+ # /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F
That concludes our setup of the management server. We still need to