Commit Graph

4 Commits

Author SHA1 Message Date
Ani Balasubramaniam
37eee9b183 Fixed external config vars to carry through to spawned shells correctly by writing a .customvars file passed in via --env-file during docker run. Trying to move the sleep in prerun.sh to ensure loop devices are mountable (probably a WIP). Should work fine on re-run with CONTINUE=1 (and other custom vars). Installing pip3 the right way in 00-package instead of the run scripts. 2020-03-19 14:20:39 -07:00
Ani Balasubramaniam
8ce3b79422 Make config more configurable and add sensible defaults 2020-03-18 20:21:50 -07:00
Ani Balasubramaniam
7194187c21 1. Update config to remove a stage list, opt to use SKIP(_IMAGES) instead to build the lite-image.
2. Removed auto-login script which isn't needed.
2020-03-18 18:20:48 -07:00
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