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 d30516a332 Remove stage anatomy documentation 2017-07-02 15:11:37 +00:00
export-image No image suffix 2017-07-02 09:32:52 +00:00
functions Fix functions library file mode 2017-07-02 13:03:29 +00:00
scripts Reorder code 2017-07-02 13:08:18 +00:00
stage0 Fix code style 2017-07-02 12:58:31 +00:00
stage1 Add host "barnacleos" 2017-07-02 15:08:24 +00:00
stage2 Do not disable SSH service 2017-07-02 14:19:26 +00:00
stage3 No image suffix 2017-07-02 09:32:52 +00:00
.gitignore We have no postrun scripts 2017-07-02 14:03:44 +00:00
LICENSE Add myself to license 2017-06-30 21:25:30 +00:00
README.md Remove stage anatomy documentation 2017-07-02 15:11:37 +00:00
build.sh Fix global variables 2017-07-02 13:20:34 +00:00
config Fix username and password; delete root password 2017-07-01 02:10:01 +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>].