Tool used to create Raspbian images for ollie
pi-gen-ollie is a fork of pi-gen, the tool used to create standard Raspbian images. pi-gen-ollie adds an additional stage 6 to the build process to include the packages required for Ollie and Snips.
Other changes from the standard image include:
- Mount
/tmpand/var/logastmpfsfile systems for durability against hard power-off events - Set locale to
en-USand use UTC as default timezone - Remove startup wait on network initialization
Stage 6 depends on packages in the Ollie PPA hosted on Ubuntu Launchpad.
Upon execution, build.sh will source the file config in the current
working directory. This bash shell fragment is intended to set needed
environment variables.
The standard config used for creating distributed images is
IMG_NAME=Ollie
STAGE_LIST="stage0 stage1 stage2 stage6"
See upstream README for more information on other configuration options.