Still true in karmic.  Here's the fix to ltsp-update-kernels:

@@ -145,7 +145,7 @@
         for kernelpath in $(find $TFTPDIR/$TFTPBOOTDIR/$arch -name 
'vmlinuz-*'); do
             kernel=`basename $kernelpath`
             version=${kernel##vmlinuz-}
-            if [ ! -d /opt/ltsp/$arch/lib/modules/$version ]; then
+            if [ ! -d $BASE/$arch/lib/modules/$version ]; then
                 echo "Removing $kernelpath"
                 removefiles
             fi

-- 
ltsp-update-kernels removes all kernels from tftpboot dir if base is not 
/opt/ltsp
https://bugs.launchpad.net/bugs/294643
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to