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 7428aca587 Reorder code for "/etc/mtab" 2017-07-05 07:09:58 +00:00
files Pin Raspberry Pi kernel and bootloader packages 2017-07-05 05:13:34 +00:00
patches Move all patches to single directory 2017-07-04 21:34:39 +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 typo 2017-07-03 13:59:52 +00:00
build.sh Reorder code for "/etc/mtab" 2017-07-05 07:09:58 +00:00
depends Remove unnecessary dependencies 2017-07-03 07:14:05 +00:00

README.md

barnacleos/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 qemu-user-static debootstrap zerofree zip \
dosfstools libcap2-bin grep rsync

The file depends contains a list of tools needed. The format of this file is <tool>[:<debian-package>].