diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 09:49:06 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-19 10:34:36 +0100 |
commit | 73108165caab0ca3b61759fa501b5ae420858775 (patch) | |
tree | 7b0a5f2208056d319688540b0e1eaf346f85f0cd /scripts | |
parent | 1cee103bbb2705d53aaa49fa8ae713dc3e1834be (diff) | |
download | vyos-live-build-73108165caab0ca3b61759fa501b5ae420858775.tar.gz vyos-live-build-73108165caab0ca3b61759fa501b5ae420858775.zip |
Moving configuration version off as the first option into new config tree format.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/config b/scripts/build/config index 4edb7cd86..e5562db46 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -969,9 +969,6 @@ mkdir -p config/includes cat > config/common << EOF # config/common - common options for live-build(7) -# LB_CONFIG_VERSION: internal version of the configuration file format -LB_CONFIG_VERSION="${CONFIG_VERSION}" - # \$LB_APT: set package manager # (Default: ${LB_APT}) LB_APT="${LB_APT}" @@ -1492,5 +1489,8 @@ then rmdir --ignore-fail-on-non-empty local > /dev/null 2>&1 || true fi +# New style configuration +Set_configuration "config/control" "Configuration-Version" "${LIVE_CONFIGURATION_VERSION}" + # Creating stage file Create_stagefile .build/config |