#!/bin/sh
set -e
PLATFORMS="beaglebone cubieboard2 odroid-u2 rpi rpi2 usbarmory"
for f in ${PLATFORMS}; do
./mkrootfs.sh $@ $f
done