Default to 8GB images

Currently it's not possible to build images with 4GB, therefor 8GB should be default.
This commit is contained in:
Alex Muthmann 2019-10-02 14:49:39 +02:00 committed by GitHub
parent 816ee5771d
commit 96816d474c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ THIS_DIR=$(pwd)
PWNI_NAME="pwnagotchi" PWNI_NAME="pwnagotchi"
PWNI_OUTPUT="pwnagotchi.img" PWNI_OUTPUT="pwnagotchi.img"
PWNI_SIZE="4" PWNI_SIZE="8"
OPT_SPARSE=0 OPT_SPARSE=0
OPT_PROVISION_ONLY=0 OPT_PROVISION_ONLY=0