aboutsummaryrefslogtreecommitdiffstats
path: root/stage0/prerun.sh
blob: 9ce3e0227f9b43416e044e1775acd861c66ea2dc (plain)
1
2
3
4
5
#!/bin/bash -e

if [ ! -d "${ROOTFS_DIR}" ]; then
	bootstrap buster "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
fi