Revision 5aa25240 docs/install.rst

b/docs/install.rst
25 25
The above dependencies are resolved differently, depending on the installation
26 26
method you choose. There are two installation methods available:
27 27

  
28
#. `Installation using official packages <#install-snf-image-creator-using-official-packages>`_ (currently only for Ubuntu 12.04 LTS and 12.10).
28
#. `Installation using packages <#install-snf-image-creator-using-packages>`_ (currently only for Ubuntu and Arch Linux).
29 29

  
30 30
#. `Installation from source <#install-snf-image-creator-from-source>`_
31 31

  
32
Install snf-image-creator using official packages
33
=================================================
32
Install snf-image-creator using packages
33
========================================
34 34

  
35
For Ubuntu systems, you can use our official packages found in *grnet/synnefo*
36
Lauchpad PPA.
35
Ubuntu
36
------
37

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

  
38 41
Add the synnefo PPA in your system:
39 42

  
......
71 74
   If you are asked during the installation to create/update a
72 75
   "supermin appliance", choose "Yes".
73 76

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

  
83
   *sudo ln -s /usr/lib/guestfs /usr/lib/x86_64-linux-gnu/guestfs*
84

  
85
Arch Linux
86
----------
87

  
88
For *Arch Linux* there are **unofficial** packages in AUR:
89
https://aur.archlinux.org/packages/snf-image-creator/ kindly provided by
90
Axilleas Pipinellis <axilleas@archlinux.info>.
91

  
92
.. note::
93
    Those packages are not maintained by the Synnefo development team.
94

  
95
    Please direct package-specific questions to Axilleas Pipinellis <axilleas@archlinux.info>,
96
    Cc: the Synnefo development team <synnefo-devel@googlegroups.com>
97

  
98
To install the package you may use *yaourt*. Create and install
99
the *yaourt* package:
100

  
101
.. code-block:: console
102

  
103
   $ wget https://aur.archlinux.org/packages/pa/package-query/package-query.tar.gz
104
   $ tar -xvf package-query.tar.gz
105
   $ cd package-query
106
   $ makepkg -s
107
   $ pacman -U package-query-<VERSION>-<ARCH>.pkg.tar.xz
108
   $ cd ..
109
   $ wget https://aur.archlinux.org/packages/ya/yaourt/yaourt.tar.gz
110
   $ tar -xvf yaourt.tar.gz
111
   $ cd yaourt
112
   $ makepkg -s
113
   $ pacman -U yaourt-<VERSION>-<ARCH>.pkg.tar.xz
114

  
115
Install *snf-image-creator* using yaourt:
116

  
117
.. code-block:: console
118

  
119
   $ yaourt -Sa snf-image-creator
120

  
74 121
Install snf-image-creator from source
75 122
=====================================
76 123

  

Also available in: Unified diff