From: Silvio Rhatto Date: Thu, 24 Sep 2015 16:26:48 +0000 (-0300) Subject: Provision: non-interactive debootstrap X-Git-Tag: 0.2.4~289 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d7631689fe156aec0fff9c91be87320907029a67;p=hydra.git Provision: non-interactive debootstrap --- diff --git a/share/hydractl/provision b/share/hydractl/provision index b15c768..c328559 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -281,7 +281,7 @@ fi # Initial system install. echo "Installing base system..." -hydra_sudo_run debootstrap --arch=$arch $version $WORK/ $mirror +hydra_sudo_run DEBIAN_FRONTEND=noninteractive debootstrap --arch=$arch $version $WORK/ $mirror # Initial configuration. echo "Applying initial configuration..."