From 873d77490bc822bc359d1c60341db93bc1b31389 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 22 Apr 2011 21:55:52 +0200 Subject: Adding temporary hack for progress until multistrap can be used for bootstrapping. --- scripts/build/lb_bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts/build/lb_bootstrap') diff --git a/scripts/build/lb_bootstrap b/scripts/build/lb_bootstrap index 5741d413e..f9a195f14 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 -- cgit v1.2.3