Keep the mesh client image size small, so that it can be copied quickly
This commit is contained in:
parent
1965bf7668
commit
0c14b14603
|
@ -358,6 +358,9 @@ fi
|
||||||
|
|
||||||
if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
|
if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
|
||||||
IMAGE_NAME=$'meshclient'
|
IMAGE_NAME=$'meshclient'
|
||||||
|
if [ ! $IMAGE_SIZE_SPECIFIED ]; then
|
||||||
|
IMAGE_SIZE=2.5G
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $VARIANT == 'usb' ]]; then
|
if [[ $VARIANT == 'usb' ]]; then
|
||||||
|
|
Loading…
Reference in New Issue