clic-rpi-image/stage0/prerun.sh
2017-07-28 13:35:46 +01:00

6 lines
129 B
Bash
Executable file

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