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

Append amnesic to image name

parent c54438aa
No related branches found
No related tags found
No related merge requests found
......@@ -364,6 +364,11 @@ if [[ $VARIANT == 'usb' ]]; then
IMAGE_NAME=$'usb'
fi
# append amnesic to the image name if needed
if [[ $AMNESIC != 'no' ]]; then
IMAGE_NAME="${IMAGE_NAME}-amnesic"
fi
cd $TEMPBUILD_DIR
make $IMAGE_TYPE \
MYUSERNAME="$USERNAME" \
......
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