Alternative name for wireless beaglebone

This commit is contained in:
Bob Mottram 2018-02-18 15:14:36 +00:00
parent ec0ed6958f
commit 6fa15e8457
1 changed files with 4 additions and 0 deletions

View File

@ -483,6 +483,10 @@ if [ ! $PASSWORD ]; then
PASSWORD=$(openssl rand -base64 32 | tr -dc A-Za-z0-9 | head -c ${MINIMUM_PASSWORD_LENGTH})
fi
if [[ $IMAGE_TYPE == 'beaglebonewireless' ]]; then
IMAGE_TYPE='beaglebonewifi'
fi
# Move any existing images into a build subdirectory
image_types=( xz img sig vdi qcow2 )
for im in "${image_types[@]}"