Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Set DEBIAN_FRONTEND=noninteractive in config file
authorMichael Prokop <mika@grml.org>
Mon Apr 16 14:17:30 2007 +0200 (19 months ago)
changeset 118805d6fb99a0b
manifest805d6fb99a0b
parent 117f67cfc0b3df6
child 1198ab6b6dc6938
Set DEBIAN_FRONTEND=noninteractive in config file
config
--- a/config Mon Apr 16 14:15:08 2007 +0200
+++ b/config Mon Apr 16 14:17:30 2007 +0200
@@ -3,7 +3,7 @@
# Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
# 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'