[SCM] live-build branch, debian, updated. debian/3.0_a42-1-25-g6c98972

Daniel Baumann daniel at debian.org
Mon Feb 6 22:26:21 UTC 2012


The following commit has been merged in the debian branch:
commit 7b99b1a9e991a429a509af3a51baefcc9aa42936
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jan 25 13:24:20 2012 +0100

    Giving a note about what mode we are configuring, now that mode is determined automatically based on the host system.

diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 44dd8c9..7c71b78 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -900,9 +900,9 @@ Check_defaults
 
 if [ ! -e config ]
 then
-	Echo_message "Creating config tree"
+	Echo_message "Creating config tree for a ${LB_MODE} system"
 else
-	Echo_message "Updating config tree"
+	Echo_message "Updating config tree for a ${LB_MODE} system"
 fi
 
 # Creating bootstrap configuration

-- 
live-build



More information about the debian-live-changes mailing list