summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"