Updated Branches:
  refs/heads/4.2 3d39716c8 -> 76d3cae24

CLOUDSTACK-1316 location of cloud-set-guest-password updated


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/76d3cae2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/76d3cae2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/76d3cae2

Branch: refs/heads/4.2
Commit: 76d3cae24835128096011f862a8fb273f6e6adf0
Parents: 3d39716
Author: radhikap <[email protected]>
Authored: Mon Aug 19 10:59:21 2013 +0530
Committer: radhikap <[email protected]>
Committed: Mon Aug 19 11:00:13 2013 +0530

----------------------------------------------------------------------
 docs/en-US/linux-installation.xml | 73 +++++++++++++++++++++-------------
 1 file changed, 45 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/76d3cae2/docs/en-US/linux-installation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/linux-installation.xml 
b/docs/en-US/linux-installation.xml
index b560ee0..14a2f51 100644
--- a/docs/en-US/linux-installation.xml
+++ b/docs/en-US/linux-installation.xml
@@ -22,32 +22,49 @@
        under the License.
 -->
 <section id="linux-installation">
-       <title>Linux OS Installation</title>
-       <para>Use the following steps to begin the Linux OS installation:</para>
-       <orderedlist>
-               <listitem><para>Download the script file 
cloud-set-guest-password:</para>
-               <itemizedlist>
-                       <listitem><para>Linux: <ulink url="
-                               
http://cloudstack.org/dl/cloud-set-guest-password
-                               "></ulink>                              
-                       </para></listitem>
-                       <listitem><para>Windows: <ulink url="
-                               
http://sourceforge.net/projects/cloudstack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download
-                               "></ulink>              
-                       </para></listitem>
-               </itemizedlist>
-               </listitem>
-               <listitem><para>Copy this file to /etc/init.d.</para><para>On 
some Linux distributions, copy the file to /etc/rc.d/init.d.</para>
-                       </listitem>
-               <listitem><para>Run the following command to make the script 
executable:</para><programlisting>chmod +x 
/etc/init.d/cloud-set-guest-password</programlisting>
-                       </listitem>
-               <listitem><para>Depending on the Linux distribution, continue 
with the appropriate step.</para><para>On Fedora, CentOS/RHEL, and Debian, 
run:</para><programlisting>chkconfig --add 
cloud-set-guest-password</programlisting>
-                       <para condition="community">On Ubuntu with VMware 
tools, link the script file to the /etc/network/if-up and
-                               /etc/network/if-down folders, and run the 
script:</para>
-                       <programlisting condition="community">#ln -s 
/etc/init.d/cloud-set-guest-password /etc/network/if-up/cloud-set-guest-password
+  <title>Linux OS Installation</title>
+  <para>Use the following steps to begin the Linux OS installation:</para>
+  <orderedlist>
+    <listitem>
+      <para>Download the script file cloud-set-guest-password:</para>
+      <itemizedlist>
+        <listitem>
+          <para>Linux: <ulink
+              
url="http://download.cloud.com/templates/4.2/bindir/cloud-set-guest-password.in"/>
+          </para>
+        </listitem>
+        <listitem>
+          <para>Windows: <ulink
+              
url="http://sourceforge.net/projects/cloudstack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download";
+            />
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+    <listitem>
+      <para>Copy this file to /etc/init.d.</para>
+      <para>On some Linux distributions, copy the file to
+        <filename>/etc/rc.d/init.d</filename>.</para>
+    </listitem>
+    <listitem>
+      <para>Run the following command to make the script executable:</para>
+      <programlisting>chmod +x 
/etc/init.d/cloud-set-guest-password</programlisting>
+    </listitem>
+    <listitem>
+      <para>Depending on the Linux distribution, continue with the appropriate 
step.</para>
+      <para>On Fedora, CentOS/RHEL, and Debian, run:</para>
+      <programlisting>chkconfig --add cloud-set-guest-password</programlisting>
+      <para condition="community">On Ubuntu with VMware tools, link the script 
file to the
+          <filename>/etc/network/if-up</filename> and 
<filename>/etc/network/if-down</filename>
+        folders, and run the script:</para>
+      <programlisting condition="community">#ln -s 
/etc/init.d/cloud-set-guest-password /etc/network/if-up/cloud-set-guest-password
 #ln -s /etc/init.d/cloud-set-guest-password 
/etc/network/if-down/cloud-set-guest-password</programlisting>
-                       <para condition="community">If you are using Ubuntu 
11.04, start by creating a directory called /var/lib/dhcp3 on your Ubuntu 
machine (works around a known issue with this version of Ubuntu). On all Ubuntu 
versions: Run “sudo update-rc.d cloud-set-guest-password defaults 98”. To 
test, run "mkpasswd" and check that it is generating a new password. If the 
“mkpasswd” command does not exist, run "sudo apt-get install whois"  (or 
sudo apt-get install mkpasswd, depending on your Ubuntu version) and 
repeat.</para>
-                       </listitem>
-       </orderedlist>
-       
-       </section>
+      <para condition="community">If you are using Ubuntu 11.04, start by 
creating a directory
+        called /var/lib/dhcp3 on your Ubuntu machine (works around a known 
issue with this version
+        of Ubuntu). On all Ubuntu versions: Run “sudo update-rc.d 
cloud-set-guest-password defaults
+        98”. To test, run "mkpasswd" and check that it is generating a new 
password. If the
+        “mkpasswd” command does not exist, run "sudo apt-get install 
whois" (or sudo apt-get install
+        mkpasswd, depending on your Ubuntu version) and repeat.</para>
+    </listitem>
+  </orderedlist>
+</section>

Reply via email to