Adding temporary hack for progress until multistrap can be used for bootstrapping.

This commit is contained in:
Daniel Baumann 2011-04-22 21:55:52 +02:00
parent ee8d589250
commit 873d77490b
1 changed files with 7 additions and 0 deletions

View File

@ -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