Burrow Raspberry Pi Image
| scripts | ||
| stage0 | ||
| stage1 | ||
| stage2 | ||
| stage3 | ||
| stage4 | ||
| .gitignore | ||
| build.sh | ||
| create-image.sh | ||
| README.md | ||
#TODO
- Image export
- NOOBS export
- Simplify running a single stage
- Documentation
#Dependencies
quilt kpartx realpath qemu-user-static debootstrap zerofree
Example usage to build a bootable raspbian lite image:
sudo ./build.sh sudo ./create-image.sh --path=./work/2016-05-02-raspbian/stage3 --name="raspbian-lite"