diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-04-06 12:06:47 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | 4a41852f82cd8c50ad79b19a029de8819554ebac (patch) | |
tree | e0ef569e43d2f84c9f2e669bba5a1b5c49d88113 /scripts/build/bootstrap | |
parent | c229d39dc8d91b8be68a9192216315a1aadad3c6 (diff) | |
download | vyos-live-build-4a41852f82cd8c50ad79b19a029de8819554ebac.tar.gz vyos-live-build-4a41852f82cd8c50ad79b19a029de8819554ebac.zip |
Updating bootstrap for Python stubs.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 468e200d9..e655c486a 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -36,7 +36,6 @@ Setup_cleanup # Bootstrapping system lb bootstrap_cache restore ${@} -lb bootstrap_cdebootstrap ${@} -lb bootstrap_debootstrap ${@} +lb bootstrap_${LB_BOOTSTRAP} lb bootstrap_archive-keys ${@} lb bootstrap_cache save ${@} |