Add ubuntu installation instructions for snf-image
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 19 Sep 2013 12:24:31 +0000 (15:24 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 19 Sep 2013 12:24:31 +0000 (15:24 +0300)
docs/installation.rst

index 4404431..56e9711 100644 (file)
@@ -10,8 +10,9 @@ with puppet.
 Installing snf-image using packages
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-For Debian Linux we provide packages in our apt repository. For Debian Squeeze
-add the following lines to ``/etc/apt/sources.list`` file:
+For Debian GNU/Linux and Ubuntu we provide packages in our apt repository.
+
+For Debian Squeeze add the following lines to ``/etc/apt/sources.list`` file:
 
 ``deb http://apt.dev.grnet.gr squeeze/``
 
@@ -23,6 +24,12 @@ For Debian Wheezy add the following lines:
 
 ``deb-src http://apt.dev.grnet.gr wheezy/``
 
+For Ubuntu 12.04 LTS add the following lines:
+
+``deb http://apt.dev.grnet.gr precise/``
+
+``deb-src http://apt.dev.grnet.gr precise/``
+
 After you update ``/etc/apt/sources.list`` import the repo's GPG key:
 
 .. code-block:: console