From d8fe876ed54b099d7a4f1347bc97031b75601eba Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 9 Apr 2013 10:11:00 +1200 Subject: [PATCH] Simplify recommended use of ELEMENTS_PATH. Change-Id: If572fc2b598fe6606baa6e147e1a8e7c8460fd5f --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7518b38..ad0b7170e 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ Instructions Checkout this source tree and also the diskimage builder (https://github.com/stackforge/diskimage-builder), export an ELEMENTS\_PATH -to both trees, and build any disk images you need. +to add elements from this tree, and build any disk images you need. git clone https://github.com/stackforge/diskimage-builder.git git clone https://github.com/stackforge/tripleo-image-elements.git - export ELEMENTS_PATH=diskimage-builder/elements:tripleo-image-elements/elements + export ELEMENTS_PATH=tripleo-image-elements/elements diskimage-builder/bin/disk-image-create -u base vm bootstrap local-config stackuser -a i386 -o bootstrap Common element combinations