1
0
Fork 0
Tool used to create custom Debian GNU/Linux images for Raspberry Pi
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Braiden Vasco fc8975d296 Fix error 2017-07-03 06:30:00 +00:00
functions Fix functions library file mode 2017-07-02 13:03:29 +00:00
scripts Add library function to apply patches 2017-07-03 04:31:03 +00:00
stage0/00-substage Remove empty script 2017-07-03 06:26:08 +00:00
.gitignore Separate mount point 2017-07-03 00:34:07 +00:00
LICENSE Add myself to license 2017-06-30 21:25:30 +00:00
README.md Fix link 2017-07-02 15:12:22 +00:00
build.sh Fix error 2017-07-03 06:30:00 +00:00
depends Fix dependencies file style 2017-06-30 21:40:30 +00:00

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>].