From bd785ecdba6833c7751321d172db32ba2d40e62d Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 18 Jul 2007 09:44:28 +0000
Subject: [PATCH] Fix casings of program names, add URLs, add info about
 PyYAML.

Reviewed-by: iustinp
---
 INSTALL | 27 ++++++++++++++++++++-------
 1 file changed, 20 insertions(+), 7 deletions(-)

diff --git a/INSTALL b/INSTALL
index 48855ed7f..a793114e2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,25 @@
-Installation of the software
-============================
+Software Requirements
+=====================
 
 Before installing, please verify that you have the following programs:
-  - lvm 2
-  - ssh
-  - drbd (kernel module and userspace utils)
+  - LVM2
+    http://sourceware.org/lvm2/
+  - OpenSSH
+    http://www.openssh.com/portable.html
+  - DRBD (kernel module and userspace utils)
+    http://www.drbd.org/
   - fping
-  - python twisted library (the core is enough)
-  - python openssl bindings
+    http://fping.sourceforge.net/
+  - Python Twisted library (the core is enough)
+    http://twistedmatrix.com/
+  - Python OpenSSL bindings
+    http://pyopenssl.sourceforge.net/
+
+For testing, you also need the YAML module for Python, http://pyyaml.org/.
+
+
+Installation of the software
+============================
 
 To install, simply do ./configure && make && make install
 
@@ -15,6 +27,7 @@ This will install the software under /usr/local. You then need to copy
 ganeti.init to /etc/init.d and integrate it into your boot sequence
 (``chkconfig``, ``update-rc.d``, etc.).
 
+
 Cluster initialisation
 ======================
 
-- 
GitLab