pi-image/README.md

27 lines
403 B
Markdown
Raw Normal View History

2019-12-12 00:13:55 +00:00
# Kiwi Bot Raspberry Pi Image
## Downloading
```
git clone --recurse-submodules https://git.1248.nz/kiwibot/pi-image.git
2020-09-03 04:06:57 +00:00
```
## Dependencies
```
apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc
```
## Config
```
cp config.sample config
2019-12-12 00:13:55 +00:00
```
## Building
```
cp config.sample config
./build
```