This fixes what is described on github issue #580.
Signed-off-by: Cleber Rosa <[email protected]>
---
contrib/install-autotest-server.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/install-autotest-server.sh
b/contrib/install-autotest-server.sh
index b7f910c..6737e32 100755
--- a/contrib/install-autotest-server.sh
+++ b/contrib/install-autotest-server.sh
@@ -222,6 +222,7 @@ PACKAGES_ALL=( \
)
print_log "INFO" "Installing all packages (${PACKAGES_ALL[*]})"
+export DEBIAN_FRONTEND=noninteractive
apt-get install -y ${PACKAGES_ALL[*]} >> $LOG 2>&1
}
--
1.7.11.7
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel