From c8290e32d515c40b17454c096bc070931e2f5b11 Mon Sep 17 00:00:00 2001 From: "Daniel (Fourdee)" Date: Sat, 24 Feb 2018 17:04:58 +0000 Subject: [PATCH] v6.3 + Notes --- PREP_SYSTEM_FOR_DIETPI.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PREP_SYSTEM_FOR_DIETPI.sh b/PREP_SYSTEM_FOR_DIETPI.sh index 09ea0978f6..e39ffd5790 100644 --- a/PREP_SYSTEM_FOR_DIETPI.sh +++ b/PREP_SYSTEM_FOR_DIETPI.sh @@ -7,6 +7,12 @@ # - Currently running Debian (ideally minimal, eg: Raspbian Lite-ish =)) ) # - Active eth0 connection #------------------------------------------------------------------------------------------------ + # Dev notes: + # Following items must be exported at all times, throughout this script, else, additional scripts launched will trigger incorrect results. + # - G_HW_MODEL + # - G_HW_ARCH + # - G_DISTRO + #------------------------------------------------------------------------------------------------ #Use master branch, if unset GIT_BRANCH=${GIT_BRANCH:=master}