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

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