Update image building steps in software-config README

dib-run-parts script used by diskimage-builder was moved to a
separate repository which has to be fetched and added to PATH.

Change-Id: Ie7e16ceda0efb4dca002607c0e6cad958a328bee
This commit is contained in:
Jan Provaznik 2014-10-13 12:06:06 +02:00 committed by Thomas Herve
parent 6fbd2871e0
commit a56f448231
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ with the following:
git clone https://git.openstack.org/openstack/diskimage-builder.git
git clone https://git.openstack.org/openstack/tripleo-image-elements.git
git clone https://git.openstack.org/openstack/heat-templates.git
git clone https://git.openstack.org/openstack/dib-utils.git
export PATH="${PWD}/dib-utils/bin:$PATH"
export ELEMENTS_PATH=tripleo-image-elements/elements:heat-templates/hot/software-config/elements
diskimage-builder/bin/disk-image-create vm \
fedora selinux-permissive \