From ec01ef8e6804b0f93c99d3a447eb2acc5be92c4e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Jun 2013 14:02:30 +0200 Subject: [PATCH] Adding note about live-build version in build to get the lb version into build logs. --- scripts/build/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build/build b/scripts/build/build index f5cd2f87a..92d8bce8e 100755 --- a/scripts/build/build +++ b/scripts/build/build @@ -64,6 +64,9 @@ Set_defaults # Checking defaults Check_defaults +Echo_message "live-build ${LIVE_BUILD_VERSION}" +Echo_message "Building config tree for a ${LB_MODE}/${LB_DISTRIBUTION}/${LIVE_IMAGE_ARCHITECTURE} system" + # Bootstrapping system lb bootstrap ${@}