diff options
author | Daniel Baumann <daniel@debian.org> | 2009-05-08 11:35:56 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:44 +0100 |
commit | 7226d24dd8f48267d746269380d73e8b54baf776 (patch) | |
tree | 5fc334e66efbb2f333354006d505bb07fc21f29e /helpers | |
parent | 1fe5e219363e29ebf68b67d45331a9ca8dd1ce35 (diff) | |
download | vyos-live-build-7226d24dd8f48267d746269380d73e8b54baf776.tar.gz vyos-live-build-7226d24dd8f48267d746269380d73e8b54baf776.zip |
Exporting LH_CONFIG_VERSION for the configuration tree format.
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}" |