Forgot to readd the prerun.sh for stage3 :|

This commit is contained in:
Alexandre Aubin 2018-03-13 15:00:21 +01:00
parent 2f67040186
commit 944ca3357b

5
stage3/prerun.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
copy_previous
fi