# Raspberry Pi Image ## Downloading ``` git clone --recurse-submodules https://git.1248.nz/kiwibot/pi-image.git ``` ## 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 ``` ## Building ``` ./build ```