Document some more dependencies

This commit is contained in:
Anders Ingemann 2013-09-15 22:57:25 +02:00
parent 6f05774d2c
commit 4f1533b475

View file

@ -14,10 +14,17 @@ Pull requests are also welcome!
Dependencies Dependencies
------------ ------------
You will need to run debian wheezy with **python 2.7** and **debootstrap** installed. 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: Also the following python libraries are required:
* **boto** * **boto**
* **jsomschema** ([version 2.0.0](https://pypi.python.org/pypi/jsonschema), only available through pip) * **jsomschema** ([version 2.0.0](https://pypi.python.org/pypi/jsonschema), only available through pip)
* **termcolor** * **termcolor**
* **fysom**
Bootstrapping instance store AMIs requires **euca2ools** to be installed. Bootstrapping instance store AMIs requires **euca2ools** to be installed.