Skip to content
Snippets Groups Projects
Commit 6fa15e84 authored by Bob Mottram's avatar Bob Mottram
Browse files

Alternative name for wireless beaglebone

parent ec0ed695
No related branches found
No related tags found
No related merge requests found
......@@ -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[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment