1
0
Fork 0
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.
raspberrypi-build/README.md
Braiden Vasco 0957d07752 Fix typo
2017-07-03 13:59:52 +00:00

21 lines
544 B
Markdown

barnacleos/build
================
Tool used to create the [BarnacleOS](https://github.com/barnacleos) images.
Based on [pi-gen](https://github.com/rpi-distro/pi-gen) tool used to create
the official [raspberrypi.org](https://raspberrypi.org) Raspbian images.
Dependencies
------------
On Debian-based systems:
```bash
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>]`.