Merge pull request #53 from deveth0/master

Default to 8GB Images
This commit is contained in:
evilsocket 2019-10-02 14:56:43 +02:00 committed by GitHub
commit 9fc2c0aebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ before_script:
- sudo update-binfmts --display
- unset GOROOT
script:
- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img -s 8
- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img
- zip -s 2g pwnagotchi.zip pwnagotchi.img
# TODO: deploy!

View File

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