From ab168a70f004415fbbc5fa89cfcabb30674c6048 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Thu, 15 Aug 2024 22:58:31 -0700 Subject: [PATCH] trying another path --- pi-gen/stage03-base/00-install/00-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pi-gen/stage03-base/00-install/00-run.sh b/pi-gen/stage03-base/00-install/00-run.sh index 2c9d29f..10ca089 100755 --- a/pi-gen/stage03-base/00-install/00-run.sh +++ b/pi-gen/stage03-base/00-install/00-run.sh @@ -16,6 +16,9 @@ # limitations under the License. # +# SHARED_FILES should be set, if not, set it to ../shared_files +SHARED_FILES=${SHARED_FILES:-../../shared_files} + install -v -m 755 "${SHARED_FILES}/aryaos/get_throttled.sh" "${ROOTFS_DIR}/usr/local/sbin/" # Set UUID on first boot