touchprint/stage0/prerun.sh

7 lines
134 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
set -e
2020-08-17 19:54:31 -04:00
if [ ! -d "${ROOTFS_DIR}" ]; then
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://deb.debian.org/debian/
fi