Exporting LH_CONFIG_VERSION for the configuration tree format.
This commit is contained in:
parent
1fe5e21936
commit
7226d24dd8
|
@ -770,6 +770,9 @@ mkdir -p config/templates
|
||||||
cat > config/common << EOF
|
cat > config/common << EOF
|
||||||
# config/common - common options for live-helper(7)
|
# 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
|
# \$LH_APT: set package manager
|
||||||
# (Default: ${LH_APT})
|
# (Default: ${LH_APT})
|
||||||
LH_APT="${LH_APT}"
|
LH_APT="${LH_APT}"
|
||||||
|
|
Loading…
Reference in New Issue