build/nano: brave early tester said too big for some SD cards

Let's tone this down considerably, we have growfs to fix this
afterwards anyway.
This commit is contained in:
Franco Fichtner 2016-12-03 10:40:24 +01:00
parent 54fa4c1dc7
commit f81bf3d296
2 changed files with 2 additions and 3 deletions

View File

@ -214,8 +214,7 @@ A verification of all available set signatures is done via:
# make verify
Nano images can be adjusted in size using an argument as follows,
with the default of 3800M:
Nano images can be adjusted in size using an argument as follows:
# make nano-<size>

View File

@ -34,7 +34,7 @@ SELF=nano
check_images ${SELF} ${@}
NANOSIZE="3800M"
NANOSIZE="3500M"
if [ -n "${1}" ]; then
NANOSIZE=${1}