Burrow Raspberry Pi Image
Go to file
2016-05-27 20:34:49 +00:00
export-image Merge 2bc5b218c4 into dddb5b5f74 2016-05-27 20:34:49 +00:00
export-noobs export-noobs: ensure STAGE_WORK_DIR exists 2016-05-27 13:22:06 +01:00
scripts Merge 2bc5b218c4 into dddb5b5f74 2016-05-27 20:34:49 +00:00
stage0 Whitespace fix 2016-05-05 15:09:35 -07:00
stage1 Fixed issue with ordering of patch step vs install step where patches got applied to files that hadn't been installed yet 2016-05-05 15:11:33 -07:00
stage2 Removed openrov bluetooth disabling stuff to make it mergeable with upstream 2016-05-05 17:05:35 -07:00
stage3 Added stages 3 and 4 back to make mergeable with upstream 2016-05-05 17:05:53 -07:00
stage4 Add python spidev packages 2016-05-17 15:01:30 +01:00
.gitignore Merged updates from upstream 2016-05-05 15:32:31 -07:00
build.sh Merge 2bc5b218c4 into dddb5b5f74 2016-05-27 20:34:49 +00:00
README.md Removed images dir, updated readme example 2016-05-05 17:12:08 -07:00

#TODO

  • NOOBS export
  • Simplify running a single stage
  • Documentation

#Dependencies quilt kpartx realpath qemu-user-static debootstrap zerofree

Example build script:

#!/bin/bash -e

# Set build variables
USERNAME=pi
PASSWORD=raspberry
HOSTNAME=raspberrypi
IMAGENAME="raspbian-lite-$(date +%Y-%m-%d)"

# Build rootfs
sudo ./build.sh --username=${USERNAME} --password=${PASSWORD} --hostname=${HOSTNAME} --imagename=${IMAGENAME}

# Resulting images will be in deploy/