summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/live21
1 files changed, 21 insertions, 0 deletions
diff --git a/hooks/live b/hooks/live
index b85f646..56425ad 100755
--- a/hooks/live
+++ b/hooks/live
@@ -135,3 +135,24 @@ if [ -x /usr/bin/wget ]
then
copy_exec /usr/bin/wget /bin
fi
+
+# FUSE kernel module
+manual_add_modules fuse
+
+# FUSE filesystem: httpfs
+if [ -x /usr/bin/httpfs_ssl ]
+then
+ copy_exec /usr/bin/httpfs2_ssl /bin/httpfs
+else
+ if [ -x /usr/bin/httpfs ]
+ then
+ copy_exec /usr/bin/httpfs2 /bin/httpfs
+ fi
+fi
+
+# FUSE filesystem: curlftpfs
+if [ -x /usr/bin/curlftpfs ]
+then
+ copy_exec /usr/bin/curlftpfs /bin
+fi
+