[SCM] live-build branch, debian-next, updated. debian/3.0_a42-1-9-g8c7e6d8
Daniel Baumann
daniel at debian.org
Wed Jan 25 12:24:50 UTC 2012
The following commit has been merged in the debian-next branch:
commit 8c7e6d8222cc50301689528e027e1316d800b2a2
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