The default ARCH was broken due to $ARCH not being exported.
Change-Id: I84f2b60c391d90ed285bd30669260c8483a3c76f
This commit is contained in:
parent
80b9b45e31
commit
8f9d433917
@ -14,7 +14,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
# options for create-baremetal-image.sh
|
# options for create-baremetal-image.sh
|
||||||
ARCH=${ARCH:-$(dpkg --print-architecture)}
|
export ARCH=${ARCH:-$(dpkg --print-architecture)}
|
||||||
FS_TYPE=${FS_TYPE:-ext4}
|
FS_TYPE=${FS_TYPE:-ext4}
|
||||||
# Used to set the file extension only at this stage.
|
# Used to set the file extension only at this stage.
|
||||||
IMAGE_TYPE=${IMAGE_TYPE:-qcow2}
|
IMAGE_TYPE=${IMAGE_TYPE:-qcow2}
|
||||||
|
Loading…
Reference in New Issue
Block a user