Adding temporary hack for progress until multistrap can be used for bootstrapping.
This commit is contained in:
parent
ee8d589250
commit
873d77490b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue