Burrow Raspberry Pi Image
Go to file
2016-05-05 17:12:08 -07:00
export-image Removed date part of image name, replaced with command line args 2016-05-05 16:26:43 -07:00
scripts Merged updates from upstream 2016-05-05 15:32:31 -07: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 Added stages 3 and 4 back to make mergeable with upstream 2016-05-05 17:05:53 -07:00
.gitignore Merged updates from upstream 2016-05-05 15:32:31 -07:00
build.sh Fixed a missing merge conflict 2016-05-05 15:33:53 -07: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/