pi-image/README.md

26 lines
383 B
Markdown
Raw Permalink Normal View History

2020-09-03 04:07:44 +00:00
# Raspberry Pi Image
2019-12-12 00:13:55 +00:00
## Downloading
```
2021-03-09 07:45:32 +00:00
git clone --recurse-submodules https://git.chch.tech/chchtech/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 libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc
2020-09-03 04:06:57 +00:00
```
## Config
```
cp config.sample config
2019-12-12 00:13:55 +00:00
```
## Building
```
./build
```