Tool used to create custom Debian GNU/Linux images for Raspberry Pi
functions | ||
scripts | ||
stage0 | ||
.gitignore | ||
build.sh | ||
config | ||
depends | ||
LICENSE | ||
README.md |
branacleos/build
Tool used to create the BarnacleOS images. Based on pi-gen tool used to create the official raspberrypi.org Raspbian images.
Dependencies
On Debian-based systems:
apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \
dosfstools bsdtar libcap2-bin grep rsync
The file depends
contains a list of tools needed. The format of this
file is <tool>[:<debian-package>]
.