diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-03 13:46:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-03 13:46:22 +0200 |
commit | 80f3c6229066f45193369c5cd2b1cd636bdeeec8 (patch) | |
tree | fed851f3b1105e3fd7577a4a170a6ff34f4d0206 /scripts/build/bootstrap | |
parent | 3f84ba14ce74380ae841d6356e23b415e154014b (diff) | |
download | vyos-live-build-80f3c6229066f45193369c5cd2b1cd636bdeeec8.tar.gz vyos-live-build-80f3c6229066f45193369c5cd2b1cd636bdeeec8.zip |
Removing unsupported and unsupportable bootstrap_copy.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 41de8273c..260445afc 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -36,7 +36,6 @@ Setup_cleanup # Bootstrapping system lb bootstrap_cache restore ${@} -lb bootstrap_copy ${@} lb bootstrap_cdebootstrap ${@} lb bootstrap_debootstrap ${@} lb bootstrap_cache save ${@} |