From 57c7bb9f45251d36b95d81a55ce60cf9e57ec602 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 24 Jun 2010 04:12:00 +0100 Subject: documentation updates Conflicts: README --- docs/getting.started.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting.started.rst b/docs/getting.started.rst index d6d76031b..8e3848113 100644 --- a/docs/getting.started.rst +++ b/docs/getting.started.rst @@ -58,11 +58,11 @@ Installation :: # system libraries and tools - apt-get install -y libvirt-bin aoetools vlan + apt-get install -y aoetools vlan modprobe aoe # python libraries - apt-get install -y python-libvirt python-setuptools python-dev python-pycurl python-m2crypto + apt-get install -y python-setuptools python-dev python-pycurl python-m2crypto # ON THE CLOUD CONTROLLER apt-get install -y rabbitmq-server dnsmasq nginx @@ -75,7 +75,8 @@ Installation apt-get install -y vblade-persist # ON THE COMPUTE NODE: - apt-get install -y kpartx kvm + apt-get install -y python-libvirt + apt-get install -y kpartx kvm libvirt-bin # optional packages apt-get install -y euca2ools -- cgit