diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 9daa087b0..6bd36281e 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}" |