Revision b50f3b94

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 packages <#install-snf-image-creator-using-packages>`_ (currently only for Ubuntu and Arch Linux).
28
#. `Installation using packages <#install-snf-image-creator-using-packages>`_
29 29

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

  
......
82 82

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

  
85
Fedora
86
------
87

  
88
For *Fedora 17* you can use our official packages hosted at the *synnefo*
89
repository of the openSUSE Build Service.
90

  
91
Add the *synnefo* repository for *Fedora 17* to *yum*:
92

  
93
.. code-block:: console
94

  
95
   $ cd /etc/yum.repos.d
96
   $ wget http://download.opensuse.org/repositories/home:/GRNET:/synnefo/Fedora_17/home:GRNET:synnefo.repo
97

  
98
To list the *snf-image-creator* package use the following command:
99

  
100
.. code-block:: console
101

  
102
   $ yum info snf-image-creator
103

  
104
Install the package by issuing:
105

  
106
.. code-block:: console
107

  
108
   $ yum install snf-image-creator
109

  
110
CentOS
111
------
112

  
113
For *CentOS 6* you can use our official packages hosted at the *synnefo*
114
repository of the openSUSE Build Service.
115

  
116
Add the *synnefo* repository for *CentOS 6* to the yum repositories list:
117

  
118
.. code-block:: console
119

  
120
   $ cd /etc/yum.repos.d
121
   $ wget http://download.opensuse.org/repositories/home:/GRNET:/synnefo/CentOS_CentOS-6/home:GRNET:synnefo.repo
122

  
123
Check the `Fedora <#fedora>`_ instructions on how to install the software.
124

  
85 125
Arch Linux
86 126
----------
87 127

  

Also available in: Unified diff