From: Michael Prokop Date: Mon, 16 Apr 2007 12:17:30 +0000 (+0200) Subject: Set DEBIAN_FRONTEND=noninteractive in config file X-Git-Tag: 0.7~26 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=42a5b1a2911da0182e2aa2e06e12b46bf8b2481e;ds=sidebyside Set DEBIAN_FRONTEND=noninteractive in config file --- diff --git a/config b/config index e43c55a..8332b6c 100644 --- a/config +++ b/config @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Apr 09 14:42:58 CEST 2007 [mika] +# Latest change: Mon Apr 16 14:17:19 CEST 2007 [mika] ################################################################################ ################################################################################ @@ -80,6 +80,9 @@ HOSTNAME='grml' # supported values: debootstrap cdebootstrap DEBOOTSTRAP='debootstrap' +# Which debconf-frontend should be used? +DEBIAN_FRONTEND='noninteractive' + # The single steps/stages of grml-deboostrap are stored inside /etc/debootstrap/stages # by default. Use another directory instead? # STAGES='/etc/debootstrap/stages'