Revision d7a0de81

b/docs/conf.py
50 50
# built documents.
51 51
#
52 52
# The short X.Y version.
53
version = '0.4'
53
version = '0.4.1'
54 54
# The full version, including alpha/beta/rc tags.
55
release = '0.4'
55
release = '0.4.1'
56 56

  
57 57
# The language for content autogenerated by Sphinx. Refer to documentation
58 58
# for a list of supported languages.
b/docs/install.rst
32 32
Install snf-image-creator using packages
33 33
========================================
34 34

  
35
Debian
36
------
37

  
38
For *Debian 7.0 (wheezy)* you can use our official packages found in our
39
development repository.
40

  
41
Add the following line to */etc/apt/sources.list*:
42

  
43
.. code-block:: console
44

  
45
   deb http://apt.dev.grnet.gr wheezy/
46

  
47
And resynchronize the package index files from their sources:
48

  
49
.. code-block:: console
50

  
51
   $ sudo apt-get update
52

  
53
You should be able to list the package by calling:
54

  
55
.. code-block:: console
56

  
57
   $ apt-cache showpkg snf-image-creator
58

  
59
And install the package with this command:
60

  
61
.. code-block:: console
62

  
63
   $ apt-get install snf-image-creator
64

  
35 65
Ubuntu
36 66
------
37 67

  
38
For *Ubuntu 12.04 LTS* and *12.10* systems, you can use our official packages
39
found in *grnet/synnefo* Lauchpad PPA.
68
For *Ubuntu 12.04 LTS*, *12.10* and *13.04* systems, you can use our official
69
packages found in *grnet/synnefo* Lauchpad PPA.
40 70

  
41 71
Add the synnefo PPA in your system:
42 72

  
......
47 77

  
48 78
If *apt-add-repository* is missing, first install:
49 79

  
50
*software-properties-common* (Ubuntu 12.10):
80
*software-properties-common* (Ubuntu 12.10 & 13.04):
51 81

  
52 82
.. code-block:: console
53 83

  
......
76 106
   If you are asked during the installation to create/update a
77 107
   "supermin appliance", choose "Yes".
78 108

  
79
.. warning::
80
   In *Ubuntu 12.10* the current package of libguestfs (1.18-2) is broken. Take
81
   a look at the open `bug report <https://bugs.launchpad.net/ubuntu/quantal/+source/libguestfs/+bug/1086974>`_.
82
   Until version 1.18-2ubunut1 is out, you may workaround this problem by
83
   creating a symlink like this:
84

  
85
   *sudo ln -s /usr/lib/guestfs /usr/lib/x86_64-linux-gnu/guestfs*
86

  
87 109
Fedora
88 110
------
89 111

  
b/docs/overview.rst
35 35
Image Format
36 36
============
37 37

  
38
The extracted images are in diskdump format. This is the recommended format for
38
The extracted images are in diskdump format, which is a raw dump of a disk
39
device (or file). This is the recommended format for
39 40
`snf-image <https://code.grnet.gr/projects/snf-image>`_, the Ganeti OS
40 41
Definition used by `Synnefo <https://code.grnet.gr/projects/synnefo>`_.

Also available in: Unified diff