summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpers/lh_build11
1 files changed, 11 insertions, 0 deletions
diff --git a/helpers/lh_build b/helpers/lh_build
index b38c0b6..d3e7d63 100755
--- a/helpers/lh_build
+++ b/helpers/lh_build
@@ -12,6 +12,17 @@ set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
+# Read meta config
+if [ "${1}" != "noautoconfig" ] && [ -x scripts/build ]
+then
+ ./scripts/build ${@}
+fi
+
+if [ "${1}" = "noautoconfig" ]
+then
+ shift
+fi
+
# Setting static variables
DESCRIPTION="$(Echo 'build a Debian Live system')"
HELP=""