Author: sbalneav
Date: Sat Oct  6 04:00:30 2007
New Revision: 4422

Modified:
   trunk/edubuntu/handbook/C/server.xml

Log:
Forgot to mention /proc mounting and umounting

Modified: trunk/edubuntu/handbook/C/server.xml
==============================================================================
--- trunk/edubuntu/handbook/C/server.xml        (original)
+++ trunk/edubuntu/handbook/C/server.xml        Sat Oct  6 04:00:30 2007
@@ -2535,12 +2535,22 @@
                 must type the following command to obtain the latest list of
                 packages from the apt servers.
             </para>
-            <screen>apt-get update</screen>
+            <screen>
+mount -t proc proc /proc
+apt-get update
+            </screen>
+            <para>You need to mount /proc in the chroot before beginning, as 
some
+                of the packages you install may need resources in <filename 
role="directory">/proc</filename> to install
+                correctly.
+            </para>
             <para>Once this has completed you will have to upgrade the software
                 in the chroot by running the following command:
             </para>
             <screen>apt-get upgrade</screen>
-            <para>Once all upgrades have finished, you must leave the chroot by
+            <para>After the upgrade is completed, don't forget to unmount 
<filename role="directory">/proc</filename> with:
+                <screen>umount /proc</screen>
+            </para>
+            <para>Once you're done, you must leave the chroot by
                 either typing <emphasis role="bold">exit</emphasis> or by 
using the key combination Ctrl+D.
                 This will return you to the root of the server.
             </para>

-- 
ubuntu-doc-commits mailing list
ubuntu-doc-commits@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-doc-commits

Reply via email to