[SCM] live-build branch, debian, updated. debian/3.0_a14-1-2-g745ffde
Daniel Baumann
daniel at debian.org
Fri Apr 22 21:14:38 UTC 2011
The following commit has been merged in the debian branch:
commit 873d77490bc822bc359d1c60341db93bc1b31389
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Apr 22 21:55:52 2011 +0200
Adding temporary hack for progress until multistrap can be used for bootstrapping.
diff --git a/scripts/build/lb_bootstrap b/scripts/build/lb_bootstrap
index 5741d41..f9a195f 100755
--- a/scripts/build/lb_bootstrap
+++ b/scripts/build/lb_bootstrap
@@ -40,3 +40,10 @@ lb bootstrap_copy ${*}
lb bootstrap_cdebootstrap ${*}
lb bootstrap_debootstrap ${*}
lb bootstrap_cache save ${*}
+
+# Temporary hack until we have multistrap in place
+case "${LB_MODE}" in
+ progress)
+ echo '0.0.0' > chroot/etc/progress_version
+ ;;
+esac
--
live-build
More information about the debian-live-changes
mailing list