[SCM] debian-live branch, master, updated. debian/1.136.3-1-17-g0d90750

Chris Lamb chris at chris-lamb.co.uk
Fri Aug 8 15:17:57 UTC 2008


The following commit has been merged in the master branch:
commit 0d90750daf096625120bbcbde8abe0545fa79d21
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Aug 8 05:46:40 2008 +0100

    Fix path issue with live-preseed causing noisy errors when booting.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/bin/live-preseed b/bin/live-preseed
index 36154ea..d98c4f3 100755
--- a/bin/live-preseed
+++ b/bin/live-preseed
@@ -11,10 +11,10 @@ seen="${4}"
 
 [ "${seen}" ] || seen=true
 
-if ! (echo "SET ${question} ${value}"; echo "FSET ${question} seen ${seen}") | chroot "${1}" debconf-communicate -fnoninteractive live-initramfs >/dev/null
+if ! (echo "SET ${question} ${value}"; echo "FSET ${question} seen ${seen}") | chroot "${1}" /usr/bin/debconf-communicate -fnoninteractive live-initramfs >/dev/null
 then
 
-chroot "${1}" debconf-communicate -fnoninteractive live-initramfs >/dev/null << EOF
+chroot "${1}" /usr/bin/debconf-communicate -fnoninteractive live-initramfs >/dev/null << EOF
 REGISTER debian-installer/dummy ${question}
 SET ${question} ${value}
 FSET ${question} seen ${seen}

-- 
debian-live



More information about the debian-live-changes mailing list