live-bootstrap
live-bootstrap copied to clipboard
Make download-distfiles.sh read from steps/manifest
This brings the shell script closer to what get_packages() at lib/generator.py does.
It allows for downloading only what is specified in the manifest.
This is useful for partial builds or custom manifests. I also removed some bashisms (arrays, [[) to improve portability to shells other than bash.