diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-08-07 16:50:47 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-08-07 16:50:47 +0200 |
commit | 0c10bd53186ff7ceb75e6639688bea05dc80b58a (patch) | |
tree | 4c35d016cf48edb2f634cba845ea5eaa82b44b4e /scripts/build/bootstrap | |
parent | e94e9699b6f865d6b278eb746ee84e2d2905466d (diff) | |
download | vyos-live-build-0c10bd53186ff7ceb75e6639688bea05dc80b58a.tar.gz vyos-live-build-0c10bd53186ff7ceb75e6639688bea05dc80b58a.zip |
Calling bootstrap_archives with correct pass argument.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index eea107490..1b4f49f98 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -54,7 +54,7 @@ lb chroot_hostname install ${@} lb chroot_apt install ${@} lb bootstrap_archive-keys ${@} -lb bootstrap_archives ${@} +lb bootstrap_archives binary ${@} # Deconfiguring chroot lb chroot_apt remove ${@} |