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

if [ ! -d ${ROOTFS_DIR} ]; then
	copy_previous
fi