mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Default to 8GB images
Currently it's not possible to build images with 4GB, therefor 8GB should be default.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user