[SCM] live-initramfs branch, debian-next, updated. debian/1.199.1-1-19-g8b64632

Daniel Baumann daniel at debian.org
Sat May 1 11:49:53 UTC 2010


The following commit has been merged in the debian-next branch:
commit 8b64632c8a7c65036776478719ec44aca4bee276
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat May 1 13:44:06 2010 +0200

    Merging casper 1.218.

diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index 20f5663..1c82a8b 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,10 @@
+casper (1.218) lucid; urgency=low
+
+  * Allow dpkg and apt-get to be installed from within commands that operate
+    in the chroot via early_command or driver updates. (LP: #521218)
+
+ -- Mario Limonciello <Mario_Limonciello at Dell.com>  Tue, 16 Feb 2010 13:38:48 -0600
+
 casper (1.217) lucid; urgency=low
 
   [ Luke Yelavich ]
diff --git a/scripts/live-bottom/24preseed b/scripts/live-bottom/24preseed
index 9a77ef5..60b9be6 100755
--- a/scripts/live-bottom/24preseed
+++ b/scripts/live-bottom/24preseed
@@ -58,7 +58,14 @@ fi
 
 if db_get preseed/early_command && [ "$RET" ]
 then
+	echo 'APT::Keep-Fds { "3"; "4"; };' > /root/etc/apt/apt.conf.d/00-early-debconf
+	DEBIAN_FRONTEND=passthrough \
+	DEBCONF_READFD=3 \
+	DEBCONF_WRITEFD=4 \
+	DEBCONF_DB_REPLACE=configdb \
+	DEBCONF_DB_OVERRIDE='Pipe{infd:none outfd:none}' \
 	sh -c "$RET"
+	rm -f /root/etc/apt/apt.conf.d/00-early-debconf
 fi
 
 # Clear out debconf database backup files to save memory.

-- 
live-initramfs



More information about the debian-live-changes mailing list