In the script ltsp-update-image, one line should be changed for this
matter :

--- /usr/sbin/ltsp-update-image.orig    2007-08-10 17:41:24.000000000 -0400
+++ /usr/sbin/ltsp-update-image 2007-08-10 17:39:25.000000000 -0400
@@ -29,7 +29,7 @@

 # find out if we are really an nbd client and if so, build the image
 for dir in $(find ${ROOT}/ -maxdepth 1 -type d|grep -v images|cut -d/ -f4); do
-    if [ $(grep nbd ${ROOT}/${dir}/usr/share/initramfs-tools/conf.d/ltsp 
2>/dev/null) ];then
+    if [ $(grep nbd ${ROOT}/${dir}/etc/initramfs-tools/conf.d/ltsp 
2>/dev/null) ];then
         if [ $dir = $CHROOT ];then
             IMG=${dir}
             IMAGE=${IMGDIR}/${IMG}.img

-- 
Boot configuration setting not tagged as conffile
https://bugs.launchpad.net/bugs/131641
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to