summaryrefslogtreecommitdiff
path: root/system/fuse/README
diff options
context:
space:
mode:
authorcore <eroc@linuxmail.org>2010-05-11 15:18:37 +0200
committerMichiel van Wessem <michiel@slackbuilds.org>2010-05-11 15:18:37 +0200
commit3dfe9603250b69c1e8d49b06b71e886f0038bbdb (patch)
treef7665727da392e5557d12c5448974ba6b3865547 /system/fuse/README
parent0c0a6ef60f6e09152b08139f388f341dd9cc0e0b (diff)
downloadslackbuilds-3dfe9603250b69c1e8d49b06b71e886f0038bbdb.tar.gz
system/fuse: Initial import
Diffstat (limited to 'system/fuse/README')
-rw-r--r--system/fuse/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/system/fuse/README b/system/fuse/README
new file mode 100644
index 0000000000..335b691f4c
--- /dev/null
+++ b/system/fuse/README
@@ -0,0 +1,17 @@
+FUSE - Filesystem in Userspace
+
+FUSE is a simple interface for userspace programs to export
+a virtual filesystem to the Linux kernel. FUSE also aims to
+provide a secure method for non privileged users to create
+and mount their own filesystem implementations.
+
+NOTE:
+- To use FUSE with ntfs-3g, it is necessary to configure it as
+a module (--enable-kernel-module), and each time you install
+a new kernel(and obviously it's modules), you should rerun this
+slackbuild to make a package that fits with the modules of
+your new kernel.
+
+- It has a "KERNEL" variable to add it in the name of the final
+package, so you can identify the kernel who was used to build
+fuse.