diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-05-18 06:51:12 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:09 +0100 | 
| commit | 47de8d6f0a27f22d1578fa7dc46f5fb30c01bcab (patch) | |
| tree | e784e4fed3359a43b7ffaf16901ed4c83018f531 /scripts/live | |
| parent | f2cca293417da5c9afa689542b094f5350c3255b (diff) | |
| download | live-boot-47de8d6f0a27f22d1578fa7dc46f5fb30c01bcab.tar.gz live-boot-47de8d6f0a27f22d1578fa7dc46f5fb30c01bcab.zip | |
Removing spurious '+' when making debconf db read-only (Closes: #581808).
Diffstat (limited to 'scripts/live')
| -rwxr-xr-x | scripts/live | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 & | 
