Change image name if booting from sata
This commit is contained in:
parent
1c5e3f4ee8
commit
1fad6ac395
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue