[SCM] live-config branch, debian-next, updated. debian/3.0_a20-1-32-gf6d0f62

Daniel Baumann daniel at debian.org
Sun Sep 25 21:17:18 UTC 2011


The following commit has been merged in the debian-next branch:
commit f6d0f62ef5a903dd56bdf25fffae87b6e1236042
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 25 23:17:42 2011 +0200

    Setting suitable debconf settings during live-config runtime.

diff --git a/scripts/config.sh b/scripts/config.sh
index 069ca93..5497d40 100755
--- a/scripts/config.sh
+++ b/scripts/config.sh
@@ -27,6 +27,10 @@ LIVE_HOSTNAME="debian"
 LIVE_USERNAME="user"
 LIVE_USER_FULLNAME="Debian Live user"
 
+DEBIAN_FRONTEND="noninteractive"
+DEBIAN_PRIORITY="critical"
+DEBCONF_NOWARNINGS="yes"
+
 Cmdline ()
 {
 	for _PARAMETER in ${_CMDLINE}

-- 
live-config



More information about the debian-live-changes mailing list