tags 238301 + patch
thanks
This patch solves this issue for sarge, etch and sid. I suggest this
changelog entry:
* [sarge,etch,sid] Set DEBCONF_NONINTERACTIVE_SEEN=true during
build, to avoid questions during upgrade. (Closes: #238301)
diff -ur debootstrap-0.3.1.7/etch debootstrap-0.3.1.8/etch
--- debootstrap-0.3.1.7/etch Thu Sep 15 16:48:46 2005
+++ debootstrap-0.3.1.8/etch Tue Oct 18 17:57:49 2005
@@ -130,7 +131,8 @@
fi
DEBIAN_FRONTEND=noninteractive
- export DEBIAN_FRONTEND
+ DEBCONF_NONINTERACTIVE_SEEN=true
+ export DEBIAN_FRONTEND DEBCONF_NONINTERACTIVE_SEEN
baseprog=0
bases=40
diff -ur debootstrap-0.3.1.7/sarge debootstrap-0.3.1.8/sarge
--- debootstrap-0.3.1.7/sarge Thu Jun 16 10:48:23 2005
+++ debootstrap-0.3.1.8/sarge Tue Oct 18 18:14:43 2005
@@ -143,7 +141,8 @@
in_target /sbin/ldconfig
DEBIAN_FRONTEND=noninteractive
- export DEBIAN_FRONTEND
+ DEBCONF_NONINTERACTIVE_SEEN=true
+ export DEBIAN_FRONTEND DEBCONF_NONINTERACTIVE_SEEN
baseprog=0
bases=40
diff -ur debootstrap-0.3.1.7/sid debootstrap-0.3.1.8/sid
--- debootstrap-0.3.1.7/sid Thu Sep 15 16:48:46 2005
+++ debootstrap-0.3.1.8/sid Tue Oct 18 17:57:34 2005
@@ -85,7 +85,8 @@
fi
DEBIAN_FRONTEND=noninteractive
- export DEBIAN_FRONTEND
+ DEBCONF_NONINTERACTIVE_SEEN=true
+ export DEBIAN_FRONTEND DEBCONF_NONINTERACTIVE_SEEN
baseprog=0
bases=7
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]