clic-rpi-image/stage0/prerun.sh
2016-04-11 07:34:01 +01:00

5 lines
127 B
Bash
Executable file

#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
bootstrap jessie ${ROOTFS_DIR} http://mirrordirector.raspbian.org/raspbian/
fi