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

22 lines
564 B
Markdown
Raw Normal View History

2017-06-30 17:32:33 -04:00
branacleos/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
2017-07-02 11:12:22 -04:00
the official [raspberrypi.org](https://raspberrypi.org) Raspbian images.
2017-06-30 17:36:04 -04:00
Dependencies
------------
2016-04-11 02:25:30 -04:00
On Debian-based systems:
```bash
apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \
dosfstools bsdtar libcap2-bin grep rsync
```
2017-07-02 00:19:03 -04:00
The file `depends` contains a list of tools needed. The format of this
2017-07-02 02:55:42 -04:00
file is `<tool>[:<debian-package>]`.