Replace PM3 compile-from-source in pi-gen with pre-built tarball extraction (saves 43-58 min). Merge stagePM3 into stageDangerousPi as 02-pm3-install substage, renumber all subsequent substages. Switch CI PM3 build to native ARM64 runner (ubuntu-24.04-arm64) eliminating QEMU overhead. Add weekly base-image workflow for pre-baking stages 0-2. Support PM3_TARBALL, BASE_IMAGE, and APT_PROXY env vars in build-image.sh. Also includes prior Phase 5 work: theme system, design system integration, component update system, OS updates, CI build pipeline, and test results. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
IMG_NAME="dangerous-pi"
|
|
USE_QCOW2=1
|
|
RELEASE="trixie"
|
|
DEPLOY_ZIP=1
|
|
USE_QEMU=0
|
|
LOCALE_DEFAULT="en_US.UTF-8"
|
|
TARGET_HOSTNAME="dangerous-pi"
|
|
KEYBOARD_KEYMAP="us"
|
|
KEYBOARD_LAYOUT="English (US)"
|
|
TIMEZONE_DEFAULT="America/Los_Angeles"
|
|
FIRST_USER_NAME="dt"
|
|
FIRST_USER_PASS="proxmark3"
|
|
ENABLE_SSH=1
|
|
WPA_COUNTRY="US"
|
|
DISABLE_FIRST_BOOT_USER_RENAME=1
|
|
STAGE_LIST="stage0 stage1 stage2 stageDangerousPi"
|