From 6567f1d960dfffd58bbbdb64eb6c6ebf1b9b8005 Mon Sep 17 00:00:00 2001
From: Agata Murawska <agatamurawska@google.com>
Date: Tue, 27 Sep 2011 15:22:36 +0200
Subject: [PATCH] Adding qemu-img dependency to INSTALL

Signed-off-by: Agata Murawska <agatamurawska@google.com>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 INSTALL | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 8cb52ff99..1408ea1d7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -43,6 +43,7 @@ Before installing, please verify that you have the following programs:
   optional python package for supporting CPU pinning under KVM
 - `ElementTree Python module <http://effbot.org/zone/element-index.htm>`_,
   if running python 2.4 (optional, used by ovfconverter tool)
+- `qemu-img <http://qemu.org/>`_, if you want to use ovfconverter
 
 These programs are supplied as part of most Linux distributions, so
 usually they can be installed via the standard package manager. Also
@@ -54,7 +55,7 @@ packages, except for DRBD and Xen::
                     ndisc6 python python-pyopenssl openssl \
                     python-pyparsing python-simplejson \
                     python-pyinotify python-pycurl socat \
-		    python-elementtree
+                    python-elementtree qemu
 
 If you want to also enable the `htools` components, which is recommended
 on bigger deployments (they give you automatic instance placement,
-- 
GitLab