burrow-pi-img/config
Ani Balasubramaniam 45c8dd1406 1. Remove config from .gitignore
2. Add minimal, user-neutral config
3. Change Dockerfile to work around issues building buster on 64-bit hosts
4.  Modify export-image/prerun.sh to make sure newly created loop devices are available to mount
5. Add custom setup script 01-run.sh in stage2/04-custom-tweaks
2020-03-18 16:55:19 -07:00

9 lines
297 B
Plaintext

export IMG_NAME=moab_fw
export TARGET_HOSTNAME=moab
export LOCALE_DEFAULT=en_US.UTF-8
export TIMEZONE_DEFAULT="America/Los_Angeles"
export DEFAULT_TIMEZONE=America/Los_Angeles
export FIRST_USER_NAME=pi
export FIRST_USER_PASS="raspberry"
export ENABLE_SSH=1
export STAGE_LIST="stage0 stage1 stage2"