Merge remote-tracking branch 'origin/noai' into noai

This commit is contained in:
Jeroen Oudshoorn
2026-03-28 08:40:50 +01:00
2 changed files with 10 additions and 0 deletions

5
config-32bit Normal file
View File

@@ -0,0 +1,5 @@
IMG_NAME="pwnagotchi-32bit"
WORK_DIR="/home/jayofelony/work-32bit"
DEPLOY_DIR="/home/jayofelony/images"
DEPLOY_COMPRESSION="xz"
STAGE_LIST="pi-gen-32bit/stage0 pi-gen-32bit/stage1 pi-gen-32bit/stage2 stage3"

5
config-64bit Normal file
View File

@@ -0,0 +1,5 @@
IMG_NAME="pwnagotchi-64bit"
WORK_DIR="/home/jayofelony/work-64bit"
DEPLOY_DIR="/home/jayofelony/images"
DEPLOY_COMPRESSION="xz"
STAGE_LIST="pi-gen-64bit/stage0 pi-gen-64bit/stage1 pi-gen-64bit/stage2 stage3"