X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/b50f3b94f04fbe40ce07d2e3a9b51c595b388721..fab154f00c00474d8baf495cf432dc6054f1bc7e:/docs/install.rst diff --git a/docs/install.rst b/docs/install.rst index 1aa8812..dfd0dd4 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -45,12 +45,20 @@ Add the synnefo PPA in your system: $ sudo apt-add-repository ppa:grnet/synnefo $ sudo apt-get update -If *apt-add-repository* is missing, install *software-properties-common* first: +If *apt-add-repository* is missing, first install: + +*software-properties-common* (Ubuntu 12.10): .. code-block:: console $ sudo apt-get install software-properties-common +Or *python-software-properties* (Ubuntu 12.04): + +.. code-block:: console + + $ sudo apt-get install python-software-properties + After the synnefo repository is set up, you should be able to list snf-image-creator by calling: @@ -64,12 +72,6 @@ Install the package by issuing: $ sudo apt-get install snf-image-creator -If you are using Ubuntu 12.10, also install libguestfs-tools: - -.. code-block:: console - - $ sudo apt-get install libguestfs-tools - .. note:: If you are asked during the installation to create/update a "supermin appliance", choose "Yes".