pi-image/README.md

26 lines
383 B
Markdown

# Raspberry Pi Image
## Downloading
```
git clone --recurse-submodules https://git.chch.tech/chchtech/pi-image.git
```
## Dependencies
```
apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc
```
## Config
```
cp config.sample config
```
## Building
```
./build
```