---
targets/support/chroot-functions.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/targets/support/chroot-functions.sh
b/targets/support/chroot-functions.sh
index 2f7949280355..b01bbbbda0eb 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"
--
2.12.0