summaryrefslogtreecommitdiff
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
parente94e9699b6f865d6b278eb746ee84e2d2905466d (diff)
downloadvyos-live-build-0c10bd53186ff7ceb75e6639688bea05dc80b58a.tar.gz
vyos-live-build-0c10bd53186ff7ceb75e6639688bea05dc80b58a.zip
Calling bootstrap_archives with correct pass argument.
-rwxr-xr-xscripts/build/bootstrap2
-rwxr-xr-xscripts/build/bootstrap_archives2
2 files changed, 2 insertions, 2 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 ${@}
diff --git a/scripts/build/bootstrap_archives b/scripts/build/bootstrap_archives
index 42a6863d0..ff2b13423 100755
--- a/scripts/build/bootstrap_archives
+++ b/scripts/build/bootstrap_archives
@@ -18,7 +18,7 @@ DESCRIPTION="$(Echo 'manage /etc/apt/sources.list')"
HELP=""
USAGE="${PROGRAM} [--force]"
-_PASS="${1}"
+_PASS="${1:-binary}"
shift
Arguments "${@}"