From f2ae9bc493b1b402cdab9ceabbac82d4c4b642d2 Mon Sep 17 00:00:00 2001 From: nathanmutin Date: Tue, 30 Jul 2019 12:48:40 +0200 Subject: [PATCH] Make scripts runnable + add EXPORT_IMAGE --- stage3/01-sudo-without-passwd/00-run.sh | 0 stage3/02-add-vision-service/00-run.sh | 0 stage3/EXPORT_IMAGE | 3 +++ stage3/prerun.sh | 0 4 files changed, 3 insertions(+) mode change 100644 => 100755 stage3/01-sudo-without-passwd/00-run.sh mode change 100644 => 100755 stage3/02-add-vision-service/00-run.sh create mode 100644 stage3/EXPORT_IMAGE mode change 100644 => 100755 stage3/prerun.sh diff --git a/stage3/01-sudo-without-passwd/00-run.sh b/stage3/01-sudo-without-passwd/00-run.sh old mode 100644 new mode 100755 diff --git a/stage3/02-add-vision-service/00-run.sh b/stage3/02-add-vision-service/00-run.sh old mode 100644 new mode 100755 diff --git a/stage3/EXPORT_IMAGE b/stage3/EXPORT_IMAGE new file mode 100644 index 0000000..5d50c77 --- /dev/null +++ b/stage3/EXPORT_IMAGE @@ -0,0 +1,3 @@ +if [ "${USE_QEMU}" = "1" ]; then + export IMG_SUFFIX="${IMG_SUFFIX}-qemu" +fi \ No newline at end of file diff --git a/stage3/prerun.sh b/stage3/prerun.sh old mode 100644 new mode 100755