Bump version to 0.6-1~precise
[snf-image-creator] / docs / overview.rst
index 14c2180..0d57e0e 100644 (file)
@@ -2,14 +2,14 @@ Overview
 ^^^^^^^^
 
 snf-image-creator is a simple command-line tool for creating OS images. The
-original media, the image is created from, can be a block device or a regular
-file that represents a hard disk.
+original media the image is created from, can be a block device, a regular
+file that represents a hard disk or the host system itself.
 
 Snapshotting
 ============
 
-snf-image-creator works on snapshots of the original media. Any changes made by
-the program do not affect the original media.
+snf-image-creator works on snapshots. Any changes made by the program do not
+affect the original media.
 
 Image Preparation
 =================
@@ -30,11 +30,12 @@ Creation
 The program can either dump the image file locally or use
 `./kamaki <https://code.grnet.gr/projects/kamaki>`_ to directly upload and
 register it on a `Synnefo <https://code.grnet.gr/projects/synnefo>`_
-deployment.
+deployment as private or public image.
 
 Image Format
 ============
 
-The extracted images are in diskdump format. This is the recommended format for
+The extracted images are in diskdump format, which is a raw dump of a disk
+device (or file). This is the recommended format for
 `snf-image <https://code.grnet.gr/projects/snf-image>`_, the Ganeti OS
 Definition used by `Synnefo <https://code.grnet.gr/projects/synnefo>`_.