diff --git a/image-extras/root/autoprovision-stage1.sh b/image-extras/root/autoprovision-stage1.sh index 1dcaa31..3e42c5f 100755 --- a/image-extras/root/autoprovision-stage1.sh +++ b/image-extras/root/autoprovision-stage1.sh @@ -23,7 +23,7 @@ getPendriveSize() hasBigEnoughPendrive() { local size=$(getPendriveSize) - if [ $size -ge 2000000 ]; then + if [ $size -ge 600000 ]; then log "Found a pendrive of size: $(($size / 2 / 1024)) MB" return 0 else