burrow-pi-img/stage0/prerun.sh

6 lines
161 B
Bash
Raw Normal View History

2016-04-11 06:29:41 +00:00
#!/bin/bash -e
2019-11-18 20:50:48 +00:00
if [ ! -d "${ROOTFS_DIR}" ] || [ "${USE_QCOW2}" = "1" ]; then
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
2016-04-11 06:29:41 +00:00
fi