From 4f1533b475482884889f8a800d622a3f0b339555 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 15 Sep 2013 22:57:25 +0200 Subject: [PATCH] Document some more dependencies --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ea4d99d..67db323 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,17 @@ Pull requests are also welcome! Dependencies ------------ You will need to run debian wheezy with **python 2.7** and **debootstrap** installed. +Other depencies include: +* qemu-utils +* parted +* grub2 +* euca2ools +* xfsprogs (If you want to use XFS as a filesystem) Also the following python libraries are required: * **boto** * **jsomschema** ([version 2.0.0](https://pypi.python.org/pypi/jsonschema), only available through pip) * **termcolor** +* **fysom** Bootstrapping instance store AMIs requires **euca2ools** to be installed.