Alternative name for wireless beaglebone
This commit is contained in:
parent
ec0ed6958f
commit
6fa15e8457
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in New Issue