aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtargets/support/chroot-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index 2f794928..b01bbbbd 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -139,6 +139,7 @@ setup_myemergeopts(){
if [[ "${clst_VERBOSE}" == "true" ]]
then
clst_myemergeopts="--verbose"
+ bootstrap_opts="${bootstrap_opts} -v"
else
clst_myemergeopts="--quiet"
bootstrap_opts="${bootstrap_opts} -q"