From 0081a7ca9285205369cd06ef6788bbcff443bf9c Mon Sep 17 00:00:00 2001 From: Mark McGuire Date: Sun, 5 Aug 2018 10:09:56 -0500 Subject: [PATCH] set noninteractive during unattended install Signed-off-by: Mark McGuire --- automated install/basic-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index ad7d313c..3b9d7ba9 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2327,6 +2327,8 @@ main() { echo -e " ${INFO} Performing unattended setup, no whiptail dialogs will be displayed" # Use the setup variables useUpdateVars=true + # also disable debconf-apt-progress dialogs + export DEBIAN_FRONTEND="noninteractive" # Otherwise, else # show the available options (repair/reconfigure)