Forked from https://github.com/andrius/build-raspbian-image
This builder creats a new Raspbian-based image for your Raspberry Pi - a pimage, an image for your Pi. The main script already contains many packages for your new image, but you can add own scripts and files to it.
The creation process works on every system and distribution which has all dependencies installed
or is able to install all missing dependencies via the install.sh
script.
To trace the progress of the build process, autolist
runs simultaneously to the build progress itself.
Thanks to Grunt.js (with grunt-watch
) and tree
, you are able to trace any changes to the ouput folder
and the image's file size.
https://github.com/githubato/autolist
- chroot
- QEMU
- Node.js and npm
- git
git clone https://github.com/githubato/pimage.git && \
cd pimage && \
sh install.sh
./build-pimage
See https://github.com/githubato/pimage/tree/master/delivery.