summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-08-07 16:50:47 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-08-07 16:50:47 +0200
commit0c10bd53186ff7ceb75e6639688bea05dc80b58a (patch)
tree4c35d016cf48edb2f634cba845ea5eaa82b44b4e /scripts/build/bootstrap
parente94e9699b6f865d6b278eb746ee84e2d2905466d (diff)
downloadvyos-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-xscripts/build/bootstrap2
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 ${@}