set noninteractive during unattended install

Signed-off-by: Mark McGuire <mark.b.mcg@gmail.com>
pull/2320/head
Mark McGuire 6 years ago
parent 814d5f6d6c
commit 0081a7ca92

@ -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)

Loading…
Cancel
Save