build-arm-images: build the rpi2 image.
This commit is contained in:
parent
e52f493f15
commit
cf8654694e
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
date=$(date '+%Y%m%d')
|
date=$(date '+%Y%m%d')
|
||||||
|
|
||||||
for f in beaglebone cubieboard2 odroid-u2 rpi; do
|
for f in beaglebone cubieboard2 odroid-u2 rpi rpi2; do
|
||||||
./mkrootfs.sh $f
|
./mkrootfs.sh $f
|
||||||
./mkimage.sh void-${f}-rootfs-${date}.tar.xz
|
./mkimage.sh void-${f}-rootfs-${date}.tar.xz
|
||||||
pixz -9 void-${f}-${date}.img
|
pixz -9 void-${f}-${date}.img
|
||||||
|
|
Loading…
Reference in New Issue