diff options
author | Daniel Baumann <daniel@debian.org> | 2011-04-22 21:55:52 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-04-22 21:55:52 +0200 |
commit | 873d77490bc822bc359d1c60341db93bc1b31389 (patch) | |
tree | b7812f3c305fa6b0c2274035b0228e93f300b387 | |
parent | ee8d5892506214c447a577953a3fc9309b5760ba (diff) | |
download | vyos-live-build-873d77490bc822bc359d1c60341db93bc1b31389.tar.gz vyos-live-build-873d77490bc822bc359d1c60341db93bc1b31389.zip |
Adding temporary hack for progress until multistrap can be used for bootstrapping.
-rwxr-xr-x | scripts/build/lb_bootstrap | 7 |
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 |