--- official/lvm.xml	2003-10-07 11:06:49.000000000 +0200
+++ lvm.xml	2003-11-03 11:26:58.000000000 +0100
@@ -80,7 +80,7 @@
         root partition under LVM management, see the resources section at the end
         for a link to a mini-howto on how to do this. The size of the root 
         partition need  not be large if you will keep /opt /usr /home /var and 
-        /tmp in an LVM Volume Group (vg).
+        /tmp in an LVM Volume Group (vg). In this case, 150M is sufficient.
 
         <note>
                 I would also recommend NOT to put the following directories in an 
@@ -110,6 +110,10 @@
  </li></p>
 
  <p><li>
+  Scan and activate LVM:
+<pre caption="Activating LVM">
+# <i>vgscan -ay</i>
+</pre>
         Prepare the partitions.
 
 <pre>
@@ -168,6 +172,9 @@
         <tr>
                 <ti>/tmp</ti><ti>2 GB</ti>
         </tr>
+      <tr>
+          <ti>(swap)</ti><ti>512 MB</ti>
+      </tr>
         </table>
 
         <p>Since I was going to use LVM, I didn't worry too much about partition
@@ -189,6 +196,7 @@
 lvcreate -L5G -nhome vg
 ...
 lvcreate -L2G -ntmp vg
+lvcreate -L512M -nswap vg
 </pre>
  </li></p>