Change image name if booting from sata

This commit is contained in:
Bob Mottram 2018-04-22 12:51:14 +01:00
parent 1c5e3f4ee8
commit 1fad6ac395
1 changed files with 4 additions and 0 deletions

View File

@ -541,6 +541,10 @@ if [[ $ONION_ONLY != "no" ]]; then
IMAGE_NAME=$'onion'
fi
if [ "$EXTERNAL_DRIVE" ]; then
IMAGE_NAME=$'sata'
fi
if [[ $VARIANT == 'mesh' ]]; then
IMAGE_NAME=$'mesh'
# typically not much disk space is needed for a mesh node