equal
deleted
inserted
replaced
12 vmm could be downloaded from the `download page`_ at `SourceForge`_. To |
12 vmm could be downloaded from the `download page`_ at `SourceForge`_. To |
13 extract the downloaded archive use ``tar xzf vmm-0.6.1.tar.gz``. This will |
13 extract the downloaded archive use ``tar xzf vmm-0.6.1.tar.gz``. This will |
14 create the new directory :file:`vmm-0.6.1` in the current working directory. |
14 create the new directory :file:`vmm-0.6.1` in the current working directory. |
15 |
15 |
16 Verify the downloaded archive |
16 Verify the downloaded archive |
17 ----------------------------- |
17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
18 If you have downloaded the archive from the download site you can |
18 If you have downloaded the archive from the download site you can |
19 optionally verify the integrity_ of this archive. |
19 optionally verify the integrity_ of this archive. |
20 In order to verify the integrity of the archive you have to download the |
20 In order to verify the integrity of the archive you have to download the |
21 corresponding signature file (:file:`vmm-0.6.1.tar.gz.sig`) too. |
21 corresponding signature file (:file:`vmm-0.6.1.tar.gz.sig`) too. |
22 The signature can be verified using GPG_ or PGP_. |
22 The signature can be verified using GPG_ or PGP_. |
35 This will put the files into the new created directory :file:`vmm-0.6.1`. |
35 This will put the files into the new created directory :file:`vmm-0.6.1`. |
36 |
36 |
37 When you omit the ``-r vmm-0.6.1`` option, you will get the latest changes |
37 When you omit the ``-r vmm-0.6.1`` option, you will get the latest changes |
38 from the `vmm repository`_. This code may work for you or not. |
38 from the `vmm repository`_. This code may work for you or not. |
39 |
39 |
|
40 Get vmm from the Git repository |
|
41 ------------------------------- |
|
42 The Debian project is hosting the `Git repository of vmm |
|
43 <http://anonscm.debian.org/gitweb/?p=collab-maint/vmm.git>`_. |
|
44 The *upstream* branch is a mirror of the Mercurial *default* branch. |
|
45 The *master* branch is for Debian packaging. |
|
46 In order to clone the *upstream* branch use: |
|
47 ``git clone --branch upstream git://anonscm.debian.org/collab-maint/vmm.git`` |
|
48 |
|
49 Packages |
|
50 -------- |
|
51 Debian |
|
52 ^^^^^^ |
|
53 Since Debian Wheezy vmm is also `available <http://packages.debian.org/vmm>`_ |
|
54 in the Debian package repository. |
|
55 The vmm package is `maintained <http://packages.qa.debian.org/v/vmm.html>`_ |
|
56 by Martin F. Krafft. |
|
57 Take a look at the file :file:`/usr/share/doc/vmm/README.Debian` for Debian |
|
58 specific modifications. |
|
59 |
40 .. include:: substitutions.rst |
60 .. include:: substitutions.rst |
41 .. include:: ext_references.rst |
61 .. include:: ext_references.rst |