Burrow Raspberry Pi Image
Go to file
T. Joseph Carter 3c1ea79323 README.md: document config file
Still pretty sparse, but as this bit is necessary to actually use
pi-gen, here it is.
2016-09-02 07:37:55 -07:00
export-image hardlink documentation 2016-05-19 19:45:54 +01:00
export-noobs export-noobs: ensure STAGE_WORK_DIR exists 2016-05-27 13:22:06 +01:00
scripts Add NOOBS export support 2016-05-27 11:54:56 +01:00
stage0 Add Raspbian stages 2016-04-11 07:34:01 +01:00
stage1 Rework 2016-05-05 21:21:42 +01:00
stage2 Rework 2016-05-05 21:21:42 +01:00
stage3 Add Raspbian stages 2016-04-11 07:34:01 +01:00
stage4 Add python spidev packages 2016-05-17 15:01:30 +01:00
.gitignore Various fixes 2016-05-04 19:52:13 +01:00
build.sh build.sh: fix for patchsets with same names in substages 2016-07-29 18:51:55 +03:00
README.md README.md: document config file 2016-09-02 07:37:55 -07:00

#TODO

  1. Simplify running a single stage
  2. 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.