touchprint/stage0/prerun.sh

6 lines
122 B
Bash
Raw Normal View History

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