From: Nikos Skalkotos Date: Tue, 16 Jul 2013 14:02:46 +0000 (+0300) Subject: Update the documentation X-Git-Tag: 0.5~1^2~19 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/840ccf4b45ae5e586a78868a86865d37416ebb55 Update the documentation Add installation instructions for OpenSUSE --- diff --git a/docs/install.rst b/docs/install.rst index 59665c4..a7f3031 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -135,7 +135,7 @@ CentOS ------ For *CentOS 6* you can use our official packages hosted at the *synnefo* -repository of the openSUSE Build Service. +repository of the OpenSUSE Build Service. Add the *synnefo* repository for *CentOS 6* to the yum repositories list: @@ -146,6 +146,38 @@ Add the *synnefo* repository for *CentOS 6* to the yum repositories list: Check the `Fedora <#fedora>`_ instructions on how to install the software. +OpenSUSE +-------- + +For *OpenSUSE 12.3* you can use our official packages hosted at the *synnefo* +repository of the OpenSUSE Build Service. + +Add the *Virtualization* repository for *OpenSUSE 12.3* to *YaST* with the +*Zypper* package manager: + +.. code-block:: console + + $ zypper ar -f http://download.opensuse.org/repositories/Virtualization/openSUSE_12.3/Virtualization.repo + +Add the *synnefo* repository: + +.. code-block:: console + + $ zypper ar -f http://download.opensuse.org/repositories/home:/GRNET:/synnefo/openSUSE_12.3/home:GRNET:synnefo.repo + +To list the *snf-image-creator* package use the following command: + +.. code-block:: console + + $ zypper se snf-image-creator + +Install the package by issuing: + +.. code-block:: console + + $ zypper in snf-image-creator + + Arch Linux ----------