Make scripts runnable + add EXPORT_IMAGE

pull/318/head
nathanmutin 2019-07-30 12:48:40 +02:00
parent d8787ee10e
commit f2ae9bc493
4 changed files with 3 additions and 0 deletions

0
stage3/01-sudo-without-passwd/00-run.sh Normal file → Executable file
View File

0
stage3/02-add-vision-service/00-run.sh Normal file → Executable file
View File

3
stage3/EXPORT_IMAGE Normal file
View File

@ -0,0 +1,3 @@
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

0
stage3/prerun.sh Normal file → Executable file
View File