Fix directory changes in Getting Started script

Change-Id: I3b23b2c0de18d72f91d4a0254e9dbf689ac91be3
Signed-off-by: Zane Bitter <zbitter@redhat.com>
This commit is contained in:
Zane Bitter 2012-07-15 16:18:23 -04:00
parent 0670b7c3d3
commit f5360d774d

View File

@ -67,11 +67,11 @@ Install OZ
It is recommended to install the latest upstream oz, as this supports Fedora 17 (and Ubuntu U10/U12) guests::
git clone https://github.com/clalancette/oz.git
cd oz
pushd oz
rm -f ~/rpmbuild/RPMS/noarch/oz-*
make rpm
sudo yum localinstall -y ~/rpmbuild/RPMS/noarch/oz-*
cd -
popd
Note: In the steps above, it's only necessary to be root for the yum localinstall, it's recommended not to be root while building the rpm.
@ -148,8 +148,9 @@ Download heat_jeos via git
::
git clone git://github.com/heat-api/heat-jeos.git
cd heat-jeos
pushd heat-jeos
sudo python setup.py install
popd
Create a JEOS with heat_jeos tools
----------------------------------