[SCM] live-config branch, debian, updated. debian/3.0_a20-1-36-ge42e90c

Daniel Baumann daniel at debian.org
Sat Oct 8 09:10:07 UTC 2011


The following commit has been merged in the debian 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