The default ARCH was broken due to $ARCH not being exported.

Change-Id: I84f2b60c391d90ed285bd30669260c8483a3c76f
This commit is contained in:
Robert Collins 2013-02-12 19:23:34 +13:00
parent 80b9b45e31
commit 8f9d433917

View File

@ -14,7 +14,7 @@
# under the License.
# options for create-baremetal-image.sh
ARCH=${ARCH:-$(dpkg --print-architecture)}
export ARCH=${ARCH:-$(dpkg --print-architecture)}
FS_TYPE=${FS_TYPE:-ext4}
# Used to set the file extension only at this stage.
IMAGE_TYPE=${IMAGE_TYPE:-qcow2}