Revision 37e9c087

b/docs/interface.rst
139 139
   `here <http://pythonhosted.org/passlib/modular_crypt_format.html#mcf-identifiers>`_
140 140
   for more info).
141 141

  
142
 * **SWAP=<partition id>:<size>**
143
   If this property is defined, *snf-image* will create a swap partition with
144
   the specified size in MB. The *partition id* is the number that the linux
145
   kernel will assign to this partition. For example, if you have a disk with
146
   an msdos partition table on it and one primary partition, the image
147
   property *SWAP=2:512* would instruct *snf-image* to create a 512MB long
148
   primary partition for swap with id=2. On the other hand, if the SWAP
149
   property had this form: *SWAP=5:512*, since primary partitions may have an
150
   id from 1 to 4, *snf-image* would create a 512MB extended partition with
151
   id=2 and a logical swap partition with id=5 in it with the same size. This
152
   property only applies to Linux instances.
153

  
142 154
 * **EXCLUDE_ALL_TASKS=yes**
143 155
   If this property is defined with a value other than null, then during the
144 156
   deployment, the image will not be configured at all. This is really handy

Also available in: Unified diff