Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-image-creator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-image-creator
Commits
b50f3b94
Commit
b50f3b94
authored
12 years ago
by
Nikos Skalkotos
Browse files
Options
Downloads
Patches
Plain Diff
Update the documentation
Add installation sections for Fedora and CentOS
parent
a7f54b43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install.rst
+41
-1
41 additions, 1 deletion
docs/install.rst
with
41 additions
and
1 deletion
docs/install.rst
+
41
−
1
View file @
b50f3b94
...
...
@@ -25,7 +25,7 @@ snf-image-creator depends on the following programs:
The above dependencies are resolved differently, depending on the installation
method you choose. There are two installation methods available:
#. `Installation using packages <#install-snf-image-creator-using-packages>`_
(currently only for Ubuntu and Arch Linux).
#. `Installation using packages <#install-snf-image-creator-using-packages>`_
#. `Installation from source <#install-snf-image-creator-from-source>`_
...
...
@@ -82,6 +82,46 @@ If you are using Ubuntu 12.10, also install libguestfs-tools:
*sudo ln -s /usr/lib/guestfs /usr/lib/x86_64-linux-gnu/guestfs*
Fedora
------
For *Fedora 17* you can use our official packages hosted at the *synnefo*
repository of the openSUSE Build Service.
Add the *synnefo* repository for *Fedora 17* to *yum*:
.. code-block:: console
$ cd /etc/yum.repos.d
$ wget http://download.opensuse.org/repositories/home:/GRNET:/synnefo/Fedora_17/home:GRNET:synnefo.repo
To list the *snf-image-creator* package use the following command:
.. code-block:: console
$ yum info snf-image-creator
Install the package by issuing:
.. code-block:: console
$ yum install snf-image-creator
CentOS
------
For *CentOS 6* you can use our official packages hosted at the *synnefo*
repository of the openSUSE Build Service.
Add the *synnefo* repository for *CentOS 6* to the yum repositories list:
.. code-block:: console
$ cd /etc/yum.repos.d
$ wget http://download.opensuse.org/repositories/home:/GRNET:/synnefo/CentOS_CentOS-6/home:GRNET:synnefo.repo
Check the `Fedora <#fedora>`_ instructions on how to install the software.
Arch Linux
----------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment