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

set -e

PLATFORMS="beaglebone cubieboard2 odroid-u2 rpi rpi2 usbarmory"

for f in ${PLATFORMS}; do
	./mkrootfs.sh $@ $f
done