touchprint/stage0/prerun.sh

6 lines
129 B
Bash
Raw Normal View History

2016-04-11 02:29:41 -04:00
#!/bin/bash -e
2018-03-02 15:08:24 -05:00
if [ ! -d "${ROOTFS_DIR}" ]; then
bootstrap buster "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
2016-04-11 02:29:41 -04:00
fi