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

set -e

PLATFORMS="beaglebone cubieboard2 odroid-u2 rpi rpi2"

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