burrow-pi-img/stage0/prerun.sh
TJ Rana 8c92d47142 Clean up code layout
Organize layout with extra lines
2017-07-26 13:02:17 -04:00

6 lines
128 B
Bash
Executable File

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