Here is a patch to fix it. This patch add fuse.ltspfs to LOCAL file
systems list.


Alexandre Alencar
http://blog.alexandrealencar.net/
http://www.alexandrealencar.net/
COBIT, ITIL, CSM, LPI, MCP-I
--- gen_mounts	2010-06-29 08:11:19.000000000 -0300
+++ gen_mounts-ltsfs	2010-06-29 08:11:06.000000000 -0300
@@ -129,6 +129,7 @@
   [ "$1" = "fuse.truecrypt" ] && LOCAL=0        # Encrypted filesystem, used in Ubuntu 'hardy'
   [ "$1" = "fuse.encfs" ] && LOCAL=0            # Encrypted filesystem
   [ "$1" = "fuse.gvfs-fuse-daemon" ] && LOCAL=0 # Used in Ubuntu 'hardy'
+  [ "$1" = "fuse.ltspfs" ] && LOCAL=0 # Used by LTSP 5.x
   # Filesystems of other OS
   [ "$1" = "msdos" ] && LOCAL=1
   [ "$1" = "umsdos" ] && LOCAL=1

Reply via email to