touchprint/stage0/prerun.sh
2020-08-17 17:54:31 -06:00

5 lines
122 B
Bash
Executable file

#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://deb.debian.org/debian/
fi