summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-04-22 21:55:52 +0200
committerDaniel Baumann <daniel@debian.org>2011-04-22 21:55:52 +0200
commit873d77490bc822bc359d1c60341db93bc1b31389 (patch)
treeb7812f3c305fa6b0c2274035b0228e93f300b387
parentee8d5892506214c447a577953a3fc9309b5760ba (diff)
downloadvyos-live-build-873d77490bc822bc359d1c60341db93bc1b31389.tar.gz
vyos-live-build-873d77490bc822bc359d1c60341db93bc1b31389.zip
Adding temporary hack for progress until multistrap can be used for bootstrapping.
-rwxr-xr-xscripts/build/lb_bootstrap7
1 files changed, 7 insertions, 0 deletions
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