summaryrefslogtreecommitdiff
path: root/buildconf/export
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-10-11 14:23:16 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-14 13:54:02 +0200
commitbdb0dd3635015aaa826fe036857c2a93a63cd0c1 (patch)
treefe9303654dbc62ab3a86a288b27d22cb0240e9ac /buildconf/export
parent612403dd7eb5607abc96ce20de3ffc3e8687f62f (diff)
local.conf: comment on upstream vs. downstream distro
Add comments to point out which DISTRO is compatible/recommended for which Toradex module. Related-to: ELB-4544 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 4274075ff69800e1cede8f593ea89a081c1c263c)
Diffstat (limited to 'buildconf/export')
-rw-r--r--buildconf/export2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf/export b/buildconf/export
index b535a3a..87d9e95 100644
--- a/buildconf/export
+++ b/buildconf/export
@@ -39,5 +39,5 @@ if [ $FIRST_TIME -eq 1 ]; then
$ECHO -e "\033[1mA sample conf/local.conf file has been created"
$ECHO -e "Check and edit the file to adapt to your local needs\033[0m"
echo "The following likely need your attention:"
- echo "DL_DIR"
+ echo "ACCEPT_FSL_EULA = "1", DISTRO, DL_DIR"
fi