about summary refs log tree commit diff
path: root/build-arm-images.sh.in
blob: 399baf29e47ea2adfafcd6da5f7c3d669226298d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

date=$(date '+%Y%m%d')

for f in beaglebone cubieboard2 odroid-u2 rpi; do
	./mkrootfs.sh $f
	./mkimage.sh void-${f}-rootfs-${date}.tar.xz
	pixz -9 void-${f}-${date}.img
done