summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-05-08 11:35:56 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:44 +0100
commit7226d24dd8f48267d746269380d73e8b54baf776 (patch)
tree5fc334e66efbb2f333354006d505bb07fc21f29e /helpers/lh_config
parent1fe5e219363e29ebf68b67d45331a9ca8dd1ce35 (diff)
downloadlive-build-7226d24dd8f48267d746269380d73e8b54baf776.zip
live-build-7226d24dd8f48267d746269380d73e8b54baf776.tar.gz
Exporting LH_CONFIG_VERSION for the configuration tree format.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 9daa087..6bd3628 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -770,6 +770,9 @@ mkdir -p config/templates
cat > config/common << EOF
# config/common - common options for live-helper(7)
+# LH_CONFIG_VERSION: internal version of the configuration file format
+LH_CONFIG_VERSION="1"
+
# \$LH_APT: set package manager
# (Default: ${LH_APT})
LH_APT="${LH_APT}"