From 8a33fc5a50e80584974bed44391f16a641eb2ab9 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 22 Oct 2015 11:37:33 +0000 Subject: [PATCH] Pass --verbose to lb config to get more information. Signed-off-by: Cyril Brulebois --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index 661e64d1c7a..95390641fcc 100755 --- a/auto/config +++ b/auto/config @@ -24,6 +24,7 @@ $RUN_LB_CONFIG --distribution wheezy ${@} # set Amnesia's general options $RUN_LB_CONFIG \ + --verbose \ --apt-recommends false \ --backports false \ --binary-images iso \ -- 2.11.4.GIT