[SCM] live-initramfs branch, debian-old-1.0, updated. debian/1.236.1-1-2-gd430141

Daniel Baumann daniel at debian.org
Tue May 18 05:00:22 UTC 2010


The following commit has been merged in the debian-old-1.0 branch:
commit e06185fb14fea54799e2509fc6edbb82487c5880
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue May 18 06:51:12 2010 +0200

    Removing spurious '+' when making debconf db read-only (Closes: #581808).

diff --git a/scripts/live b/scripts/live
index ec3a639..cbec764 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1921,7 +1921,7 @@ mountroot ()
 	cp -a /root/var/cache/debconf/config.dat "/root$DEBCONF_TMPDIR/"
 	cp -a /root/var/cache/debconf/passwords.dat "/root$DEBCONF_TMPDIR/"
 	sed "s,^Filename: /var/cache/debconf/\(config\|passwords\).dat$,Filename: $DEBCONF_TMPDIR/\1.dat,; /^Name: templatedb/a\
-+Readonly: true" /root/etc/debconf.conf >"/root$DEBCONF_TMPDIR/debconf.conf"
+Readonly: true" /root/etc/debconf.conf >"/root$DEBCONF_TMPDIR/debconf.conf"
 
 	# Save the PID so it can be killed later.
 	DEBCONF_SYSTEMRC="$DEBCONF_TMPDIR/debconf.conf" chroot /root debconf-communicate -fnoninteractive live-initramfs > /tmp/debconf-out.fifo < /tmp/debconf-in.fifo &

-- 
live-initramfs



More information about the debian-live-changes mailing list