From c73a5a0ee0b7e372ef33b6f0ab817d86a1a8093e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Dec 2012 09:49:06 +0100 Subject: Moving configuration version off as the first option into new config tree format. --- scripts/build/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3