Updated instructions so you can use this repo and the pi-gen repo to create your images

This commit is contained in:
Adam Morris
2022-03-28 21:49:34 -07:00
parent 24682abaa4
commit 6755c5ac13
12 changed files with 146 additions and 3 deletions

5
pi-gen/stageDTPM3/prerun.sh Executable file
View File

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