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
9 lines
297 B
Plaintext
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" |