Burrow Raspberry Pi Image
|
|
||
|---|---|---|
| export-image | ||
| export-noobs | ||
| scripts | ||
| stage0 | ||
| stage1 | ||
| stage2 | ||
| stage3 | ||
| stage4 | ||
| .gitignore | ||
| build.sh | ||
| README.md | ||
#TODO
- Simplify running a single stage
- Documentation
#Dependencies
quilt kpartx realpath qemu-user-static debootstrap zerofree pxz
#Config
Environment and other variables may be provided in a file named config in
your current working directory when you run build.sh. At the moment, the
only thing you must configure is the name of the image to create. Something
like this is used for Raspbian:
IMG_NAME='Raspbian'
Obviously if you are making changes to the pi-gen stages you should probably
use a different IMG_NAME to avoid confusion.
You can also define APT_PROXY here if you need to.